当前页面: 
在线文档首页 > 
Spring Framework 1.2.9 API 文档英文版
ServletRequestBindingException (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.web.bind
Class ServletRequestBindingException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           javax.servlet.ServletException
javax.servlet.ServletException
               org.springframework.web.util.NestedServletException
org.springframework.web.util.NestedServletException
                   org.springframework.web.bind.ServletRequestBindingException
org.springframework.web.bind.ServletRequestBindingException
- All Implemented Interfaces: 
- Serializable
- public class ServletRequestBindingException 
- extends NestedServletException
Fatal binding exception, thrown when we want to
 treat binding exceptions as unrecoverable.
 
Extends ServletException for convenient throwing in any Servlet resource
 (such as a Filter), and NestedServletException for proper root cause handling
 (as the plain ServletException doesn't expose its root cause at all).
- Author:
- Rod Johnson, Juergen Hoeller
- See Also:
- Serialized Form
 
 
 
 
 
 
ServletRequestBindingException
public ServletRequestBindingException(String msg)
- Constructor for ServletRequestBindingException.
 
- Parameters:
- msg- the detail message
 
ServletRequestBindingException
public ServletRequestBindingException(String msg,
                                      Throwable ex)
- Constructor for ServletRequestBindingException.
 
- Parameters:
- msg- the detail message
- ex- the nested exception
 
Copyright (c) 2002-2007 The Spring Framework Project.