Class ErrorPage

java.lang.Object
org.apache.tomcat.util.descriptor.web.XmlEncodingBase
org.apache.tomcat.util.descriptor.web.ErrorPage
All Implemented Interfaces:
Serializable

public class ErrorPage extends XmlEncodingBase implements Serializable
Representation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.
Author:
Craig R. McClanahan
See Also: