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

Uses of Class org.springframework.web.util.NestedServletException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.web.util.NestedServletException

Packages that use NestedServletException
org.springframework.web.bind Provides web-specific data binding functionality, including a utility class for easy invocation of binding and validation. 
 

Uses of NestedServletException in org.springframework.web.bind
 

Subclasses of NestedServletException in org.springframework.web.bind
 class MissingServletRequestParameterException
          ServletRequestBindingException subclass that indicates a missing parameter.
 class ServletRequestBindingException
          Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.