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 Summary
-
Method Summary
-
Constructor Details
-
ErrorPageSupport
public ErrorPageSupport()
-
-
Method Details
-
add
-
remove
-
find
-
find
Find 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
null
if none is configured
-
find
-
findAll
-