public class MethodInvocationException extends MethodException
| Constructor and Description |
|---|
MethodInvocationException(Class clazz,
String name) |
MethodInvocationException(Class clazz,
String name,
String message) |
MethodInvocationException(Class clazz,
String name,
String message,
Throwable cause) |
MethodInvocationException(Class clazz,
String name,
Throwable cause) |
MethodInvocationException(String name) |
MethodInvocationException(String name,
String message) |
MethodInvocationException(String name,
String message,
Throwable cause) |
MethodInvocationException(String name,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
getNamegetTargetClassaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodInvocationException(Class clazz, String name, String message)
public MethodInvocationException(Class clazz, String name, String message, Throwable cause)
public MethodInvocationException(Class clazz, String name, Throwable cause)
public MethodInvocationException(String name)
public MethodInvocationException(String name, String message, Throwable cause)
public String getMessage()
getMessage in class ThrowableCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.