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 void
calculatePackagingData()
Deprecated.void
fullDump()
Deprecated.IThrowableProxy
getCause()
Deprecated.java.lang.String
getClassName()
Deprecated.int
getCommonFrames()
Deprecated.java.lang.String
getMessage()
Deprecated.PackagingDataCalculator
getPackagingDataCalculator()
Deprecated.StackTraceElementProxy[]
getStackTraceElementProxyArray()
Deprecated.IThrowableProxy[]
getSuppressed()
Deprecated.java.lang.Throwable
getThrowable()
Deprecated.
-
-
-
Method Detail
-
getThrowable
public java.lang.Throwable getThrowable()
Deprecated.
-
getMessage
public java.lang.String getMessage()
Deprecated.- Specified by:
getMessage
in interfaceIThrowableProxy
-
getClassName
public java.lang.String getClassName()
Deprecated.- Specified by:
getClassName
in interfaceIThrowableProxy
-
getStackTraceElementProxyArray
public StackTraceElementProxy[] getStackTraceElementProxyArray()
Deprecated.- Specified by:
getStackTraceElementProxyArray
in interfaceIThrowableProxy
-
getCommonFrames
public int getCommonFrames()
Deprecated.- Specified by:
getCommonFrames
in interfaceIThrowableProxy
-
getCause
public IThrowableProxy getCause()
Deprecated.- Specified by:
getCause
in interfaceIThrowableProxy
-
getSuppressed
public IThrowableProxy[] getSuppressed()
Deprecated.- Specified by:
getSuppressed
in interfaceIThrowableProxy
-
getPackagingDataCalculator
public PackagingDataCalculator getPackagingDataCalculator()
Deprecated.
-
calculatePackagingData
public void calculatePackagingData()
Deprecated.
-
fullDump
public void fullDump()
Deprecated.
-
-