Package ch.qos.logback.classic.spi
Class ThrowableProxyVO
- java.lang.Object
-
- ch.qos.logback.classic.spi.ThrowableProxyVO
-
- All Implemented Interfaces:
IThrowableProxy,java.io.Serializable
public class ThrowableProxyVO extends java.lang.Object implements IThrowableProxy, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrowableProxyVO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThrowableProxyVObuild(IThrowableProxy throwableProxy)booleanequals(java.lang.Object obj)IThrowableProxygetCause()java.lang.StringgetClassName()intgetCommonFrames()java.lang.StringgetMessage()StackTraceElementProxy[]getStackTraceElementProxyArray()IThrowableProxy[]getSuppressed()inthashCode()
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Specified by:
getMessagein interfaceIThrowableProxy
-
getClassName
public java.lang.String getClassName()
- Specified by:
getClassNamein interfaceIThrowableProxy
-
getCommonFrames
public int getCommonFrames()
- Specified by:
getCommonFramesin interfaceIThrowableProxy
-
getCause
public IThrowableProxy getCause()
- Specified by:
getCausein interfaceIThrowableProxy
-
getStackTraceElementProxyArray
public StackTraceElementProxy[] getStackTraceElementProxyArray()
- Specified by:
getStackTraceElementProxyArrayin interfaceIThrowableProxy
-
getSuppressed
public IThrowableProxy[] getSuppressed()
- Specified by:
getSuppressedin interfaceIThrowableProxy
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
build
public static ThrowableProxyVO build(IThrowableProxy throwableProxy)
-
-