Log4j 1.1.3

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

See Also:
Serialized Form

Constructor Summary
ThrowableInformation(Throwable throwable)
           
 
Method Summary
 Throwable getThrowable()
           
 String[] getThrowableStrRep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableInformation

public ThrowableInformation(Throwable throwable)
Method Detail

getThrowable

public Throwable getThrowable()

getThrowableStrRep

public String[] getThrowableStrRep()

Log4j 1.1.3

Please notify me about new log4j releases.