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