java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxy
- All Implemented Interfaces:
IThrowableProxy
-
Constructor Summary
ConstructorDescriptionThrowableProxy
(Throwable throwable) ThrowableProxy
(Throwable throwable, Set<Throwable> alreadyProcessedSet) -
Method Summary
-
Constructor Details
-
ThrowableProxy
-
ThrowableProxy
-
-
Method Details
-
getThrowable
-
getMessage
- Specified by:
getMessage
in interfaceIThrowableProxy
-
getClassName
- Specified by:
getClassName
in interfaceIThrowableProxy
-
getStackTraceElementProxyArray
- Specified by:
getStackTraceElementProxyArray
in interfaceIThrowableProxy
-
isCyclic
Description copied from interface:IThrowableProxy
Is this instance the result of a cyclic exception?- Specified by:
isCyclic
in interfaceIThrowableProxy
- Returns:
- true if cyclic, false otherwise
-
getCommonFrames
- Specified by:
getCommonFrames
in interfaceIThrowableProxy
-
getCause
- Specified by:
getCause
in interfaceIThrowableProxy
-
getSuppressed
- Specified by:
getSuppressed
in interfaceIThrowableProxy
-
getPackagingDataCalculator
-
calculatePackagingData
-
fullDump
-