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:
getMessagein interfaceIThrowableProxy
-
getClassName
Deprecated.- Specified by:
getClassNamein interfaceIThrowableProxy
-
getStackTraceElementProxyArray
Deprecated.- Specified by:
getStackTraceElementProxyArrayin interfaceIThrowableProxy
-
isCyclic
public boolean isCyclic()Deprecated. -
getCommonFrames
public int getCommonFrames()Deprecated.- Specified by:
getCommonFramesin interfaceIThrowableProxy
-
getCause
Deprecated.- Specified by:
getCausein interfaceIThrowableProxy
-
getSuppressed
Deprecated.- Specified by:
getSuppressedin interfaceIThrowableProxy
-
getPackagingDataCalculator
Deprecated. -
calculatePackagingData
public void calculatePackagingData()Deprecated. -
fullDump
public void fullDump()Deprecated.
-