public class ReflectionException
extends java.lang.RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static ReflectionException |
getInstance(java.lang.String message)
Construct an Exception with message.
|
static ReflectionException |
getInstance(java.lang.String message,
java.lang.Throwable cause)
Construct an Exception with message and cause.
|
public static ReflectionException getInstance(java.lang.String message)
message - The description of the exception.public static ReflectionException getInstance(java.lang.String message, java.lang.Throwable cause)
message - The description of the exception.cause - The cause of the exception.Copyright © 2010-2015. All Rights Reserved.