| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PropertyAccessException | |
| org.springframework.beans | |
| Uses of PropertyAccessException in org.springframework.beans |
| Subclasses of PropertyAccessException in org.springframework.beans | |
class | MethodInvocationExceptionThrown when a method getter or setter throws an exception, analogous to an InvocationTargetException. |
class | TypeMismatchExceptionException thrown on a type mismatch when trying to set a property. |
| Methods in org.springframework.beans that return PropertyAccessException | |
PropertyAccessException | PropertyAccessExceptionsException.getPropertyAccessException(String propertyName)Return the exception for this field, or null if there isn't one. |
PropertyAccessException[] | PropertyAccessExceptionsException.getPropertyAccessExceptions()Return an array of the exceptions stored in this object. |
| Methods in org.springframework.beans with parameters of type PropertyAccessException | |
(package private) void | PropertyAccessExceptionsException.addPropertyAccessException(PropertyAccessException ex) |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||