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:
java.io.Serializable
public final class ReflectionError extends java.lang.RuntimeException
Understands an error raised when using reflection.- Author:
- Alex Ruiz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReflectionError(java.lang.String message)
Creates a new
.ReflectionError
ReflectionError(java.lang.String message, java.lang.Throwable cause)
Creates a new
.ReflectionError
-
-
-
Constructor Detail
-
ReflectionError
public ReflectionError(java.lang.String message)
Creates a new
.ReflectionError
- Parameters:
message
- the detail message.
-
ReflectionError
public ReflectionError(java.lang.String message, java.lang.Throwable cause)
Creates a new
.ReflectionError
- Parameters:
message
- the detail message.cause
- the cause of the exception.
-
-