Class ThrowableInformation

  • All Implemented Interfaces:
    java.io.Serializable

    public class ThrowableInformation
    extends java.lang.Object
    implements java.io.Serializable
    Class Description goes here.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static long serialVersionUID  
      private java.lang.Throwable throwable  
      private java.lang.reflect.Method toStringList  
    • Constructor Summary

      Constructors 
      Constructor Description
      ThrowableInformation​(java.lang.Throwable throwable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getThrowable()  
      java.lang.String[] getThrowableStrRep()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • throwable

        private transient java.lang.Throwable throwable
      • toStringList

        private java.lang.reflect.Method toStringList
    • Constructor Detail

      • ThrowableInformation

        public ThrowableInformation​(java.lang.Throwable throwable)
    • Method Detail

      • getThrowable

        public java.lang.Throwable getThrowable()
      • getThrowableStrRep

        public java.lang.String[] getThrowableStrRep()