Class ExceptionInfo

    • Field Detail

      • ATTRIBUTE_NAME

        public static final String ATTRIBUTE_NAME
    • Constructor Detail

      • ExceptionInfo

        public ExceptionInfo()
    • Method Detail

      • 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)
      • 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)