public final class ReflectionError extends RuntimeException
Constructor and Description |
---|
ReflectionError(String message)
Creates a new
. |
ReflectionError(String message,
Throwable cause)
Creates a new
. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReflectionError(String message)
ReflectionError
.message
- the detail message.public ReflectionError(String message, Throwable cause)
ReflectionError
.message
- the detail message.cause
- the cause of the exception.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.