站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.core.ErrorCoded (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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 bean property getter or setter method 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 bean property.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.