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:
java.io.Serializable
public class TargetInvocationException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
DefaultMessage
-
Constructor Summary
Constructors Constructor Description TargetInvocationException()
TargetInvocationException(java.lang.String message)
TargetInvocationException(java.lang.String message, java.lang.Throwable cause)
TargetInvocationException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
TargetInvocationException(java.lang.Throwable cause)
TargetInvocationException(java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
-
Field Detail
-
DefaultMessage
private static final java.lang.String DefaultMessage
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TargetInvocationException
public TargetInvocationException()
-
TargetInvocationException
public TargetInvocationException(java.lang.String message)
-
TargetInvocationException
public TargetInvocationException(java.lang.String message, java.lang.Throwable cause)
-
TargetInvocationException
public TargetInvocationException(java.lang.Throwable cause)
-
TargetInvocationException
public TargetInvocationException(java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
TargetInvocationException
public TargetInvocationException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-