Package ch.qos.logback.classic.spi
Class ThrowableProxyVO
java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxyVO
- All Implemented Interfaces:
IThrowableProxy,Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowableProxyVObuild(IThrowableProxy throwableProxy)booleangetCause()intinthashCode()
-
Constructor Details
-
ThrowableProxyVO
public ThrowableProxyVO()
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceIThrowableProxy
-
getClassName
- Specified by:
getClassNamein interfaceIThrowableProxy
-
getCommonFrames
public int getCommonFrames()- Specified by:
getCommonFramesin interfaceIThrowableProxy
-
getCause
- Specified by:
getCausein interfaceIThrowableProxy
-
getStackTraceElementProxyArray
- Specified by:
getStackTraceElementProxyArrayin interfaceIThrowableProxy
-
getSuppressed
- Specified by:
getSuppressedin interfaceIThrowableProxy
-
hashCode
public int hashCode() -
equals
-
build
-