ch.qos.logback.classic.spi
Class ThrowableProxy
java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxy
- All Implemented Interfaces:
- java.io.Serializable
public class ThrowableProxy
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ThrowableProxy
public ThrowableProxy(java.lang.Throwable throwable)
getThrowable
public java.lang.Throwable getThrowable()
getPackagingDataCalculator
public PackagingDataCalculator getPackagingDataCalculator()
calculatePackagingData
public void calculatePackagingData()
getThrowableDataPointArray
public ThrowableDataPoint[] getThrowableDataPointArray()
- The data point representation of the throwable proxy.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
fullDump
public void fullDump()
extraData
protected void extraData(java.lang.StringBuilder builder,
ThrowableDataPoint tdp)