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:
java.io.Serializable
public class IntrospectionError extends java.lang.RuntimeException
Error that occurred when using JavaBeans Instrospection.- Author:
- Alex Ruiz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntrospectionError(java.lang.String message)
Creates a newIntrospectionError
.IntrospectionError(java.lang.String message, java.lang.Throwable cause)
Creates a newIntrospectionError
.
-
-
-
Constructor Detail
-
IntrospectionError
public IntrospectionError(java.lang.String message)
Creates a newIntrospectionError
.- Parameters:
message
- the detail message.
-
IntrospectionError
public IntrospectionError(java.lang.String message, java.lang.Throwable cause)
Creates a newIntrospectionError
.- Parameters:
message
- the detail message.cause
- the original cause.
-
-