ch.qos.logback.classic.spi
Class ThrowableInformation
java.lang.Object
ch.qos.logback.classic.spi.ThrowableInformation
- All Implemented Interfaces:
- Serializable
public class ThrowableInformation
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowableInformation
public ThrowableInformation(Throwable throwable)
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.
Copyright © 2005-2008 QOS.ch. All Rights Reserved.