Package ch.qos.logback.classic.spi
Class ThrowableProxyVO
- java.lang.Object
-
- ch.qos.logback.classic.spi.ThrowableProxyVO
-
- All Implemented Interfaces:
IThrowableProxy,Serializable
public class ThrowableProxyVO extends Object implements IThrowableProxy, 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(Object obj)IThrowableProxygetCause()StringgetClassName()intgetCommonFrames()StringgetMessage()StackTraceElementProxy[]getStackTraceElementProxyArray()IThrowableProxy[]getSuppressed()inthashCode()
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceIThrowableProxy
-
getClassName
public 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
-
build
public static ThrowableProxyVO build(IThrowableProxy throwableProxy)
-
-