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