ch.qos.logback.classic.spi
Class ThrowableProxy
java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxy
- All Implemented Interfaces:
- Serializable
public class ThrowableProxy
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ThrowableProxy
public ThrowableProxy(Throwable throwable)
getThrowable
public 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 Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
fullDump
public void fullDump()
extraData
protected void extraData(StringBuilder builder,
ThrowableDataPoint tdp)
Copyright © 2005-2011 QOS.ch. All Rights Reserved.