Package org.fest.util
Class IntrospectionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.util.IntrospectionError
- All Implemented Interfaces:
Serializable
Understands an error that occurred when using
JavaBeans Instrospection.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntrospectionError
(String message) Creates a newIntrospectionError
.IntrospectionError
(String message, Throwable cause) Creates a newIntrospectionError
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IntrospectionError
Creates a newIntrospectionError
.- Parameters:
message
- the detail message.
-
IntrospectionError
Creates a newIntrospectionError
.- Parameters:
message
- the detail message.cause
- the original cause.
-