java.lang.Object
cloud.piranha.webapp.impl.WebXmlErrorPage
The web.xml error-page.
- Author:
- Manfred Riem ([email protected])
-
Constructor Summary
ConstructorsConstructorDescriptionWebXmlErrorPage(String errorCode, String exceptionType, String location)
Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the error code.Returns the exception type.Returns the location.
-
Constructor Details
-
WebXmlErrorPage
Constructor.- Parameters:
errorCode
- the error code.exceptionType
- the exception type.location
- the location.
-
-
Method Details
-
getErrorCode
Returns the error code.- Returns:
- the error code
-
getExceptionType
Returns the exception type.- Returns:
- the exception type
-
getLocation
Returns the location.- Returns:
- the location
-