Class WebXmlErrorPage

    • Constructor Detail

      • WebXmlErrorPage

        public WebXmlErrorPage​(String errorCode,
                               String exceptionType,
                               String location)
        Constructor.
        Parameters:
        errorCode - the error code.
        exceptionType - the exception type.
        location - the location.
    • Method Detail

      • getErrorCode

        public String getErrorCode()
        Get the error code.
        Returns:
        the error code.
      • getExceptionType

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

        public String getLocation()
        Get the location.
        Returns:
        the location.