Package ch.qos.logback.classic.spi
Class ThrowableProxy
- java.lang.Object
-
- ch.qos.logback.classic.spi.ThrowableProxy
-
- All Implemented Interfaces:
IThrowableProxy
public class ThrowableProxy extends java.lang.Object implements IThrowableProxy
-
-
Constructor Summary
Constructors Constructor Description ThrowableProxy(java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalculatePackagingData()voidfullDump()IThrowableProxygetCause()java.lang.StringgetClassName()intgetCommonFrames()java.lang.StringgetMessage()PackagingDataCalculatorgetPackagingDataCalculator()StackTraceElementProxy[]getStackTraceElementProxyArray()IThrowableProxy[]getSuppressed()java.lang.ThrowablegetThrowable()
-
-
-
Method Detail
-
getThrowable
public java.lang.Throwable getThrowable()
-
getMessage
public java.lang.String getMessage()
- Specified by:
getMessagein interfaceIThrowableProxy
-
getClassName
public java.lang.String getClassName()
- Specified by:
getClassNamein interfaceIThrowableProxy
-
getStackTraceElementProxyArray
public StackTraceElementProxy[] getStackTraceElementProxyArray()
- Specified by:
getStackTraceElementProxyArrayin interfaceIThrowableProxy
-
getCommonFrames
public int getCommonFrames()
- Specified by:
getCommonFramesin interfaceIThrowableProxy
-
getCause
public IThrowableProxy getCause()
- Specified by:
getCausein interfaceIThrowableProxy
-
getSuppressed
public IThrowableProxy[] getSuppressed()
- Specified by:
getSuppressedin interfaceIThrowableProxy
-
getPackagingDataCalculator
public PackagingDataCalculator getPackagingDataCalculator()
-
calculatePackagingData
public void calculatePackagingData()
-
fullDump
public void fullDump()
-
-