Class 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:
    Serialized Form
    • Constructor Detail

      • ErrorPage

        public ErrorPage()
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Returns:
        the error code.
      • setErrorCode

        public void setErrorCode​(int errorCode)
        Set the error code.
        Parameters:
        errorCode - The new error code
      • setErrorCode

        public void setErrorCode​(String errorCode)
        Set the error code (hack for default XmlMapper data type).
        Parameters:
        errorCode - The new error code
      • getExceptionType

        public String getExceptionType()
        Returns:
        the exception type.
      • setExceptionType

        public void setExceptionType​(String exceptionType)
        Set the exception type.
        Parameters:
        exceptionType - The new exception type
      • getLocation

        public String getLocation()
        Returns:
        the location.
      • setLocation

        public void setLocation​(String location)
        Set the location.
        Parameters:
        location - The new location
      • toString

        public String toString()
        Render a String representation of this object.
        Overrides:
        toString in class Object
      • getName

        public String getName()