Class BaseWebPageErrorPageBean

All Implemented Interfaces:
IPageFlowScopeAdapter, Serializable, EventListener, PhaseListener, HttpSessionBindingListener

public class BaseWebPageErrorPageBean extends BaseWebPageBean
Base class for web application error pages.
See Also:
  • Constructor Details

    • BaseWebPageErrorPageBean

      public BaseWebPageErrorPageBean()
  • Method Details

    • getErrorStatusCode

      public Integer getErrorStatusCode()
      Returns the HTTP Error status code being reported
      Returns:
      Integer of error code
    • getErrorRequestUri

      public String getErrorRequestUri()
      Returns the URI of the page that caused the error being reported
      Returns:
      URI as a String
    • getExceptionType

      public String getExceptionType()
      Returns the Exception type of the error being reported
      Returns:
      Exception type String
    • getErrorMessage

      public String getErrorMessage()
      Returns the Error message of the error being reported
      Returns:
      Error message String
    • getException

      public Exception getException()
      Returns the Exception of the error being reported
      Returns:
      the Exception
    • getExceptionStackTrace

      public String getExceptionStackTrace()
      For convenience, returns the exception stack trace as a string. If there is no exception available, then null is returned.
      Returns:
      Stack trace as a String, null if no exception