Package ch.qos.logback.classic.spi
Class ThrowableProxyVO
java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxyVO
- All Implemented Interfaces:
IThrowableProxy,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IThrowableProxyprivate Stringprivate intprivate Stringprivate static final longprivate StackTraceElementProxy[]private IThrowableProxy[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowableProxyVObuild(IThrowableProxy throwableProxy) booleangetCause()intinthashCode()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
className
-
message
-
commonFramesCount
private int commonFramesCount -
stackTraceElementProxyArray
-
cause
-
suppressed
-
-
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
-