Package org.apache.log4j.spi
Class ThrowableInformation
- java.lang.Object
-
- org.apache.log4j.spi.ThrowableInformation
-
- All Implemented Interfaces:
Serializable
public class ThrowableInformation extends Object implements Serializable
Class Description goes here.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrowableInformation(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getThrowable()
String[]
getThrowableStrRep()
-