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
ConstructorsConstructorDescriptionThrowableProxy
(Throwable throwable) Deprecated.ThrowableProxy
(Throwable throwable, Set<Throwable> alreadyProcessedSet) Deprecated. -
Method Summary
-
Constructor Details
-
ThrowableProxy
Deprecated. -
ThrowableProxy
Deprecated.
-
-
Method Details
-
getThrowable
Deprecated. -
getMessage
Deprecated.- Specified by:
getMessage
in interfaceIThrowableProxy
-
getClassName
Deprecated.- Specified by:
getClassName
in interfaceIThrowableProxy
-
getStackTraceElementProxyArray
Deprecated.- Specified by:
getStackTraceElementProxyArray
in interfaceIThrowableProxy
-
isCyclic
public boolean isCyclic()Deprecated. -
getCommonFrames
public int getCommonFrames()Deprecated.- Specified by:
getCommonFrames
in interfaceIThrowableProxy
-
getCause
Deprecated.- Specified by:
getCause
in interfaceIThrowableProxy
-
getSuppressed
Deprecated.- Specified by:
getSuppressed
in interfaceIThrowableProxy
-
getPackagingDataCalculator
Deprecated. -
calculatePackagingData
public void calculatePackagingData()Deprecated. -
fullDump
public void fullDump()Deprecated.
-