Log4j 1.2.14

org.apache.log4j.spi
Class ThrowableInformation

java.lang.Object
  extended by org.apache.log4j.spi.ThrowableInformation
All Implemented Interfaces:
java.io.Serializable

public class ThrowableInformation
extends java.lang.Object
implements java.io.Serializable

ThrowableInformation is log4j's internal representation of throwables. It essentially consists of a string array, called 'rep', where the first element, that is rep[0], represents the string representation of the throwable (i.e. the value you get when you do throwable.toString()) and subsequent elements correspond the stack trace with the top most entry of the stack corresponding to the second entry of the 'rep' array that is rep[1].

Author:
Ceki Gülcü
See Also:
Serialized Form

Constructor Summary
ThrowableInformation(java.lang.Throwable throwable)
           
 
Method Summary
 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
 

Constructor Detail

ThrowableInformation

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

getThrowable

public java.lang.Throwable getThrowable()

getThrowableStrRep

public java.lang.String[] getThrowableStrRep()

Log4j 1.2.14

Copyright 2000-2005 Apache Software Foundation.