|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.softsmithy.lib.lang.reflect.InvocationTargetRuntimeException
public class InvocationTargetRuntimeException
InvocationTargetRuntimeException is an unchecked exception that wraps an exception thrown by an invoked method or constructor.
Method
,
Constructor
,
Serialized FormConstructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
Throwable |
getCause()
Returns the the cause of this exception (the thrown target exception, which may be null). |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected InvocationTargetRuntimeException()
InvocationTargetException
with
null
as the target exception.
public InvocationTargetRuntimeException(Throwable target)
target
- the target exceptionpublic InvocationTargetRuntimeException(Throwable target, String s)
target
- the target exceptions
- the detail messageMethod Detail |
---|
public Throwable getCause()
getCause
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |