Package ch.qos.logback.classic.spi
Class ThrowableProxyVO
java.lang.Object
ch.qos.logback.classic.spi.ThrowableProxyVO
- All Implemented Interfaces:
IThrowableProxy
,Serializable
@Deprecated(since="2022-01-27")
public class ThrowableProxyVO
extends Object
implements IThrowableProxy, Serializable
Deprecated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowableProxyVO
build
(IThrowableProxy throwableProxy) Deprecated.boolean
Deprecated.getCause()
Deprecated.Deprecated.int
Deprecated.Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.
-
Constructor Details
-
ThrowableProxyVO
public ThrowableProxyVO()Deprecated.
-
-
Method Details
-
getMessage
Deprecated.- Specified by:
getMessage
in interfaceIThrowableProxy
-
getClassName
Deprecated.- Specified by:
getClassName
in interfaceIThrowableProxy
-
getCommonFrames
public int getCommonFrames()Deprecated.- Specified by:
getCommonFrames
in interfaceIThrowableProxy
-
getCause
Deprecated.- Specified by:
getCause
in interfaceIThrowableProxy
-
getStackTraceElementProxyArray
Deprecated.- Specified by:
getStackTraceElementProxyArray
in interfaceIThrowableProxy
-
getSuppressed
Deprecated.- Specified by:
getSuppressed
in interfaceIThrowableProxy
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
build
Deprecated.
-