Package org.fest.reflect.exception
Class ReflectionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.reflect.exception.ReflectionError
- All Implemented Interfaces:
Serializable
Understands an error raised when using reflection.
- Author:
- Alex Ruiz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionError
(String message) Creates a new
.ReflectionError
ReflectionError
(String message, Throwable cause) Creates a new
.ReflectionError
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReflectionError
Creates a new
.ReflectionError
- Parameters:
message
- the detail message.
-
ReflectionError
Creates a new
.ReflectionError
- Parameters:
message
- the detail message.cause
- the cause of the exception.
-