Class ExceptionInfo

java.lang.Object
org.primefaces.application.exceptionhandler.ExceptionInfo
All Implemented Interfaces:
Serializable

public class ExceptionInfo extends Object implements Serializable
See Also:
  • Field Details

    • ATTRIBUTE_NAME

      public static final String ATTRIBUTE_NAME
  • Constructor Details

    • ExceptionInfo

      public ExceptionInfo()
  • Method Details

    • getException

      public Throwable getException()
    • setException

      public void setException(Throwable exception)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getStackTrace

      public StackTraceElement[] getStackTrace()
    • setStackTrace

      public void setStackTrace(StackTraceElement[] stackTrace)
    • getTimestamp

      public Date getTimestamp()
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • getFormattedStackTrace

      public String getFormattedStackTrace()
    • setFormattedStackTrace

      public void setFormattedStackTrace(String formattedStackTrace)
    • getFormattedTimestamp

      public String getFormattedTimestamp()
    • setFormattedTimestamp

      public void setFormattedTimestamp(String formattedTimestamp)