org.springframework.web.bind
Class ServletRequestBindingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ServletRequestBindingException(String msg)
           
ServletRequestBindingException(String msg, Throwable ex)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletRequestBindingException

public ServletRequestBindingException(String msg)

ServletRequestBindingException

public ServletRequestBindingException(String msg,
                                      Throwable ex)


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