public class MethodInvocationException extends PropertyAccessException
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ERROR_CODE
Error code that a method invocation error will be registered with.
|
| 构造器和说明 |
|---|
MethodInvocationException(PropertyChangeEvent propertyChangeEvent,
Throwable cause)
Create a new MethodInvocationException.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorCode()
Return a corresponding error code for this type of exception.
|
getPropertyChangeEvent, getPropertyName, getValuecontains, getMessage, getMostSpecificCause, getRootCausepublic MethodInvocationException(PropertyChangeEvent propertyChangeEvent, Throwable cause)
propertyChangeEvent - PropertyChangeEvent that resulted in an exceptioncause - the Throwable raised by the invoked methodpublic String getErrorCode()
PropertyAccessExceptiongetErrorCode 在类中 PropertyAccessException