java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxyVO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowableProxyVObuild(IThrowableProxy throwableProxy) booleangetCause()intinthashCode()booleanisCyclic()Is this instance the result of a cyclic exception?
-
Constructor Details
-
ThrowableProxyVO
public ThrowableProxyVO()
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceIThrowableProxy
-
getClassName
- Specified by:
getClassNamein interfaceIThrowableProxy
-
getCommonFrames
- Specified by:
getCommonFramesin interfaceIThrowableProxy
-
getCause
- Specified by:
getCausein interfaceIThrowableProxy
-
getStackTraceElementProxyArray
- Specified by:
getStackTraceElementProxyArrayin interfaceIThrowableProxy
-
getSuppressed
- Specified by:
getSuppressedin 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
-
hashCode
-
equals
-
build
-