java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxyVO
- All Implemented Interfaces:
IThrowableProxy
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowableProxyVO
build
(IThrowableProxy throwableProxy) boolean
getCause()
int
int
hashCode()
boolean
isCyclic()
Is this instance the result of a cyclic exception?
-
Constructor Details
-
ThrowableProxyVO
public ThrowableProxyVO()
-
-
Method Details
-
getMessage
- Specified by:
getMessage
in interfaceIThrowableProxy
-
getClassName
- Specified by:
getClassName
in interfaceIThrowableProxy
-
getCommonFrames
- Specified by:
getCommonFrames
in interfaceIThrowableProxy
-
getCause
- Specified by:
getCause
in interfaceIThrowableProxy
-
getStackTraceElementProxyArray
- Specified by:
getStackTraceElementProxyArray
in interfaceIThrowableProxy
-
getSuppressed
- Specified by:
getSuppressed
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
-
hashCode
-
equals
-
build
-