public class InvocationTargetRuntimeException extends RuntimeException
Method,
Constructor,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
InvocationTargetRuntimeException()
Constructs an
InvocationTargetException with
null as the target exception. |
|
InvocationTargetRuntimeException(Throwable target)
Constructs a InvocationTargetException with a target exception.
|
|
InvocationTargetRuntimeException(Throwable target,
String s)
Constructs a InvocationTargetException with a target exception
and a detail message.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the the cause of this exception (the thrown target exception,
which may be null).
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected InvocationTargetRuntimeException()
InvocationTargetException with
null as the target exception.public InvocationTargetRuntimeException(Throwable target)
target - the target exceptionCopyright © 2002–2015 SoftSmithy. All rights reserved.