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
Log4j's internal representation of throwables.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrowableInformation(String[] r)Constructs new instance.ThrowableInformation(Throwable throwable)Constructs new instance.ThrowableInformation(Throwable throwable, Category category)Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetThrowable()String[]getThrowableStrRep()
-