open class MethodInvocationException : PropertyAccessException
Thrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.
Author
Rod Johnson
MethodInvocationException(propertyChangeEvent: PropertyChangeEvent, cause: Throwable)
Create a new MethodInvocationException. |
static val ERROR_CODE: String
Error code that a method invocation error will be registered with. |
open fun getErrorCode(): String |
open fun getPropertyChangeEvent(): PropertyChangeEvent
Return the PropertyChangeEvent that resulted in the problem. May be |
|
open fun getPropertyName(): String
Return the name of the affected property, if available. |
|
open fun getValue(): Any
Return the affected value that was about to be set, if any. |