Class ThrowableProxyVO
java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxyVO
- All Implemented Interfaces:
IThrowableProxy,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowableProxyVObuild(IThrowableProxy throwableProxy) booleangetCause()intReturn the overriding message if any.inthashCode()booleanisCyclic()Is this instance the result of a cyclic exception?
-
Constructor Details
-
ThrowableProxyVO
public ThrowableProxyVO()
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceIThrowableProxy
-
getOverridingMessage
Return the overriding message if any. This method returns null if there is no overriding message.Overriding message exists only if the original throwable implementation overrides the toString() method.
- Specified by:
getOverridingMessagein interfaceIThrowableProxy- Returns:
- the overriding message or null
- Since:
- 1.5.22
-
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
-