Class ExceptionEvent


  • @Contract(threading=IMMUTABLE)
    public class ExceptionEvent
    extends java.lang.Object
    A Throwable instance along with a time stamp.
    Since:
    4.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionEvent​(java.lang.Exception ex)  
      ExceptionEvent​(java.lang.Throwable ex, java.util.Date timestamp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getCause()  
      java.util.Date getTimestamp()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExceptionEvent

        public ExceptionEvent​(java.lang.Throwable ex,
                              java.util.Date timestamp)
      • ExceptionEvent

        public ExceptionEvent​(java.lang.Exception ex)
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()
      • getTimestamp

        public java.util.Date getTimestamp()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object