org.springframework.web.bind
Class ServletRequestBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.springframework.web.bind.ServletRequestBindingException
- All Implemented Interfaces:
- Serializable
- public class ServletRequestBindingException
- extends ServletException
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServletRequestBindingException
public ServletRequestBindingException(String msg)
ServletRequestBindingException
public ServletRequestBindingException(String msg,
Throwable ex)
Copyright (C) 2003-2004 The Spring Framework Project.