public final class ReflectionError
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ReflectionError(java.lang.String message)
Creates a new
. |
ReflectionError(java.lang.String message,
java.lang.Throwable cause)
Creates a new
. |
public ReflectionError(java.lang.String message)
ReflectionError.message - the detail message.public ReflectionError(java.lang.String message,
java.lang.Throwable cause)
ReflectionError.message - the detail message.cause - the cause of the exception.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.