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
public final class ReflectionError
- extends RuntimeException
Understands an error raised when using reflection.
- Author:
- Alex Ruiz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReflectionError
public ReflectionError(String message)
- Creates a new
ReflectionError
.
- Parameters:
message
- the detail message.
ReflectionError
public ReflectionError(String message,
Throwable cause)
- Creates a new
ReflectionError
.
- Parameters:
message
- the detail message.cause
- the cause of the exception.
Copyright © 2007-2010 FEST (Fixtures for Easy Software Testing). All Rights Reserved.