Class ErrorPageMBean

java.lang.Object
ch.ivyteam.ivy.jsf.bean.error.ErrorPageMBean

public class ErrorPageMBean extends Object
Used as managed bean named errorPage within the JSF error page(s) to show information about the exception.

E.g. to display the exception error message: <p:outputLabel value="#{errorPage.message}"/>

API:
This is a public API.
  • Method Details

    • isIvyException

      public boolean isIvyException()
      API:
      This public API is available in Java.
    • getError

      public BpmError getError()
      API:
      This public API is available in Java.
    • getPath

      public String getPath()
      Returns:
      the path to the BPM process, where the error occurred.
      API:
      This public API is available in Java.
    • hasException

      public boolean hasException()
      API:
      This public API is available in Java.
    • getExceptionId

      public String getExceptionId()
      API:
      This public API is available in Java.
    • getCreatedAt

      public String getCreatedAt()
      API:
      This public API is available in Java.
    • isShowDetails

      public boolean isShowDetails()
      API:
      This public API is available in Java.
    • getMessage

      public String getMessage()
      API:
      This public API is available in Java.
    • getLocale

      public Locale getLocale()
      Returns:
      the Locale of the current session e.g. en_GB
      API:
      This public API is available in Java.
    • getCausedBy

      public List<Throwable> getCausedBy()
      API:
      This public API is available in Java.
    • getThreadLocalValues

      public List<Map.Entry<String,String>> getThreadLocalValues()
      API:
      This public API is available in Java.
    • getStackTrace

      public String getStackTrace()
      API:
      This public API is available in Java.
    • getStatusCode

      public int getStatusCode()
      API:
      This public API is available in Java.
    • getStatusText

      public String getStatusText()
      API:
      This public API is available in Java.
    • getRequestUri

      public String getRequestUri()
      API:
      This public API is available in Java.
    • getServletName

      public String getServletName()
      API:
      This public API is available in Java.
    • getApplicationName

      public String getApplicationName()
      API:
      This public API is available in Java.
    • getApplicationBaseUrl

      public String getApplicationBaseUrl()
      API:
      This public API is available in Java.
    • getExceptionType

      public Class<?> getExceptionType()
      API:
      This public API is available in Java.
    • getErrorReportUrl

      @Deprecated(forRemoval=true) public String getErrorReportUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
      this feature is moved to the engine cockpit.
      Returns:
      empty string
      API:
      This public API is available in Java.