public class MethodInvocationException extends PropertyAccessException
| Modifier and Type | Field and Description | 
|---|---|
| static String | ERROR_CODEError 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 the error code associated with this failure. | 
getPropertyChangeEvent, getPropertyName, getValueequals, hashCodecontains, 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 - PropertyChangeEvent that resulted in an exceptioncause - the Throwable raised by the invoked methodpublic String getErrorCode()
ErrorCodednull if not error-coded