Class IntrospectionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.assertj.core.util.introspection.IntrospectionError
-
- All Implemented Interfaces:
java.io.Serializable
public class IntrospectionError extends java.lang.RuntimeExceptionError that occurred when using JavaBeans Introspection.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description IntrospectionError(java.lang.String message)Creates a new.IntrospectionErrorIntrospectionError(java.lang.String message, java.lang.Throwable cause)Creates a new.IntrospectionError
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IntrospectionError
public IntrospectionError(java.lang.String message)
Creates a new.IntrospectionError- Parameters:
message- the detail message.
-
IntrospectionError
public IntrospectionError(java.lang.String message, java.lang.Throwable cause)Creates a new.IntrospectionError- Parameters:
message- the detail message.cause- the original cause.
-
-