Package org.apache.log4j.spi
Class ThrowableInformation
- java.lang.Object
-
- org.apache.log4j.spi.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()
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
throwable
private transient java.lang.Throwable throwable
-
toStringList
private java.lang.reflect.Method toStringList
-
-