Uses of Interface
org.springframework.core.ErrorCoded

Packages that use ErrorCoded
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
 

Uses of ErrorCoded in org.springframework.beans
 

Classes in org.springframework.beans that implement ErrorCoded
 class MethodInvocationException
          Thrown when a method getter or setter throws an exception, analogous to an InvocationTargetException.
 class PropertyAccessException
          Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
 class TypeMismatchException
          Exception thrown on a type mismatch when trying to set a property.
 



Copyright (C) 2003-2004 The Spring Framework Project.