Package org.apache.catalina.util
Class ErrorPageSupport
java.lang.Object
org.apache.catalina.util.ErrorPageSupport
Provides support for tracking per exception type and per HTTP status code
 error pages.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ErrorPageSupportpublic ErrorPageSupport()
 
- 
- 
Method Details- 
add
- 
remove
- 
find
- 
findFind the ErrorPage, if any, for the named exception type.- Parameters:
- exceptionType- The fully qualified class name of the exception type
- Returns:
- The ErrorPage for the named exception type, or nullif none is configured
 
- 
find
- 
findAll
 
-