public class MethodInvocationException extends PropertyAccessException
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ERROR_CODE
Error code that a method invocation error will be registered with. 
 | 
| Constructor and Description | 
|---|
MethodInvocationException(PropertyChangeEvent propertyChangeEvent,
                         Throwable cause)
Create a new MethodInvocationException. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getErrorCode()
Return a corresponding error code for this type of exception. 
 | 
getPropertyChangeEvent, getPropertyName, getValuecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String ERROR_CODE
public MethodInvocationException(PropertyChangeEvent propertyChangeEvent, Throwable cause)
propertyChangeEvent - the PropertyChangeEvent that resulted in an exceptioncause - the Throwable raised by the invoked methodpublic String getErrorCode()
PropertyAccessExceptiongetErrorCode in class PropertyAccessException