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 Object implements IThrowableProxy
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ThrowableProxy(Throwable throwable)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcalculatePackagingData()Deprecated.voidfullDump()Deprecated.IThrowableProxygetCause()Deprecated.StringgetClassName()Deprecated.intgetCommonFrames()Deprecated.StringgetMessage()Deprecated.PackagingDataCalculatorgetPackagingDataCalculator()Deprecated.StackTraceElementProxy[]getStackTraceElementProxyArray()Deprecated.IThrowableProxy[]getSuppressed()Deprecated.ThrowablegetThrowable()Deprecated.
-
-
-
Constructor Detail
-
ThrowableProxy
public ThrowableProxy(Throwable throwable)
Deprecated.
-
-
Method Detail
-
getThrowable
public Throwable getThrowable()
Deprecated.
-
getMessage
public String getMessage()
Deprecated.- Specified by:
getMessagein interfaceIThrowableProxy
-
getClassName
public 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.
-
-