|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.PropertyAccessException
org.springframework.beans.MethodInvocationException
Thrown when a bean property getter or setter method throws an exception, analogous to an InvocationTargetException.
Constructor Summary | |
MethodInvocationException(java.beans.PropertyChangeEvent propertyChangeEvent,
java.lang.Throwable ex)
Create a new MethodInvocationException. |
Method Summary | |
java.lang.String |
getErrorCode()
Return the error code associated with this failure. |
Methods inherited from class org.springframework.beans.PropertyAccessException |
getPropertyChangeEvent |
Methods inherited from class org.springframework.core.NestedRuntimeException |
getCause, getMessage, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MethodInvocationException(java.beans.PropertyChangeEvent propertyChangeEvent, java.lang.Throwable ex)
propertyChangeEvent
- PropertyChangeEvent that resulted in an exceptionex
- Throwable raised by invoked methodMethod Detail |
public java.lang.String getErrorCode()
ErrorCoded
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |