ch.qos.logback.classic.spi
Class ThrowableProxy

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

public class ThrowableProxy
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ThrowableProxy(Throwable throwable)
           
 
Method Summary
 void calculatePackagingData()
           
 boolean equals(Object obj)
           
protected  void extraData(StringBuilder builder, ThrowableDataPoint tdp)
           
 void fullDump()
           
 PackagingDataCalculator getPackagingDataCalculator()
           
 Throwable getThrowable()
           
 ThrowableDataPoint[] getThrowableDataPointArray()
          The data point representation of the throwable proxy.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableProxy

public ThrowableProxy(Throwable throwable)
Method Detail

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.