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 ThrowableProxyVObuild(IThrowableProxy throwableProxy) Deprecated.booleanDeprecated.getCause()Deprecated.Deprecated.intDeprecated.Deprecated.Deprecated.Deprecated.inthashCode()Deprecated.
-
Constructor Details
-
ThrowableProxyVO
public ThrowableProxyVO()Deprecated.
-
-
Method Details
-
getMessage
Deprecated.- Specified by:
getMessagein interfaceIThrowableProxy
-
getClassName
Deprecated.- Specified by:
getClassNamein interfaceIThrowableProxy
-
getCommonFrames
public int getCommonFrames()Deprecated.- Specified by:
getCommonFramesin interfaceIThrowableProxy
-
getCause
Deprecated.- Specified by:
getCausein interfaceIThrowableProxy
-
getStackTraceElementProxyArray
Deprecated.- Specified by:
getStackTraceElementProxyArrayin interfaceIThrowableProxy
-
getSuppressed
Deprecated.- Specified by:
getSuppressedin interfaceIThrowableProxy
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
build
Deprecated.
-