Class WebXmlErrorPage

java.lang.Object
cloud.piranha.webapp.impl.WebXmlErrorPage

public class WebXmlErrorPage extends Object
The web.xml error-page.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • WebXmlErrorPage

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

    • getErrorCode

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

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

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