ch.qos.logback.classic.spi
Class ThrowableProxy

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

public class ThrowableProxy
extends Object
implements IThrowableProxy


Constructor Summary
ThrowableProxy(Throwable throwable)
           
 
Method Summary
 void calculatePackagingData()
           
 void fullDump()
           
 IThrowableProxy getCause()
           
 String getClassName()
           
 int getCommonFrames()
           
 String getMessage()
           
 PackagingDataCalculator getPackagingDataCalculator()
           
 StackTraceElementProxy[] getStackTraceElementProxyArray()
           
 IThrowableProxy[] getSuppressed()
           
 Throwable getThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableProxy

public ThrowableProxy(Throwable throwable)
Method Detail

getThrowable

public Throwable getThrowable()

getMessage

public String getMessage()
Specified by:
getMessage in interface IThrowableProxy

getClassName

public String getClassName()
Specified by:
getClassName in interface IThrowableProxy

getStackTraceElementProxyArray

public StackTraceElementProxy[] getStackTraceElementProxyArray()
Specified by:
getStackTraceElementProxyArray in interface IThrowableProxy

getCommonFrames

public int getCommonFrames()
Specified by:
getCommonFrames in interface IThrowableProxy

getCause

public IThrowableProxy getCause()
Specified by:
getCause in interface IThrowableProxy

getSuppressed

public IThrowableProxy[] getSuppressed()
Specified by:
getSuppressed in interface IThrowableProxy

getPackagingDataCalculator

public PackagingDataCalculator getPackagingDataCalculator()

calculatePackagingData

public void calculatePackagingData()

fullDump

public void fullDump()


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