| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | javax.servlet.ServletException | ||||
| ↳ | org.springframework.web.util.NestedServletException | ||||
| ↳ | org.springframework.web.bind.ServletRequestBindingException | ||||
Known Direct Subclasses
|
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).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for ServletRequestBindingException.
| |||||||||||
Constructor for ServletRequestBindingException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.web.util.NestedServletException
| |||||||||||
From class
javax.servlet.ServletException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for ServletRequestBindingException.
| msg | the detail message |
|---|
Constructor for ServletRequestBindingException.
| msg | the detail message |
|---|---|
| cause | the root cause |