Package com.strobel.reflection
Class TargetInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.strobel.reflection.TargetInvocationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTargetInvocationException
(String message) TargetInvocationException
(String message, Throwable cause) TargetInvocationException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) TargetInvocationException
(Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DefaultMessage
- See Also:
-
-
Constructor Details
-
TargetInvocationException
public TargetInvocationException() -
TargetInvocationException
-
TargetInvocationException
-
TargetInvocationException
-
TargetInvocationException
public TargetInvocationException(Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
TargetInvocationException
-