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 IThrowableProxy
private String
private int
private String
private static final long
private StackTraceElementProxy[]
private IThrowableProxy[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowableProxyVO
build
(IThrowableProxy throwableProxy) boolean
getCause()
int
int
hashCode()
-
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:
getMessage
in interfaceIThrowableProxy
-
getClassName
- Specified by:
getClassName
in interfaceIThrowableProxy
-
getCommonFrames
public int getCommonFrames()- Specified by:
getCommonFrames
in interfaceIThrowableProxy
-
getCause
- Specified by:
getCause
in interfaceIThrowableProxy
-
getStackTraceElementProxyArray
- Specified by:
getStackTraceElementProxyArray
in interfaceIThrowableProxy
-
getSuppressed
- Specified by:
getSuppressed
in interfaceIThrowableProxy
-
hashCode
public int hashCode() -
equals
-
build
-