Modifier and Type | Field and Description |
---|---|
private Exception | |
private static final long |
Access | Constructor and Description |
---|---|
public | ReflectionException(Exception
the wrapped exception. e)Creates a |
public | ReflectionException(Exception
the wrapped exception. e, String the detail message. message)Creates a |
Modifier and Type | Method and Description |
---|---|
public Throwable | Returns: the wrappedException .Overrides java. Returns the actual |
public Exception |
exception | back to summary |
---|---|
private Exception exception |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
ReflectionException | back to summary |
---|---|
public ReflectionException(Exception e) Creates a
|
ReflectionException | back to summary |
---|---|
public ReflectionException(Exception e, String message) Creates a |
getCause | back to summary |
---|---|
public Throwable getCause() Overrides java. Returns the actual |
getTargetException | back to summary |
---|---|
public Exception getTargetException() Returns the actual |