Logback API
Version 0.9.8

ch.qos.logback.classic.spi
Class ThrowableInformation

java.lang.Object
  extended by ch.qos.logback.classic.spi.ThrowableInformation
All Implemented Interfaces:
Serializable

public class ThrowableInformation
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ThrowableInformation(Throwable throwable)
           
 
Method Summary
 String[] extractStringRep(Throwable t, StackTraceElement[] parentSTE)
           
 Throwable getThrowable()
           
 String[] getThrowableStrRep()
          The string representation of the exceptopn (throwable) that this object represents.
 
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()

extractStringRep

public String[] extractStringRep(Throwable t,
                                 StackTraceElement[] parentSTE)

getThrowableStrRep

public String[] getThrowableStrRep()
The string representation of the exceptopn (throwable) that this object represents.


Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.