Package ch.qos.logback.classic.spi
Class ThrowableProxyVO
- java.lang.Object
-
- ch.qos.logback.classic.spi.ThrowableProxyVO
-
- All Implemented Interfaces:
IThrowableProxy
,java.io.Serializable
@Deprecated(since="2022-01-27") public class ThrowableProxyVO extends java.lang.Object implements IThrowableProxy, java.io.Serializable
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrowableProxyVO()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ThrowableProxyVO
build(IThrowableProxy throwableProxy)
Deprecated.boolean
equals(java.lang.Object obj)
Deprecated.IThrowableProxy
getCause()
Deprecated.java.lang.String
getClassName()
Deprecated.int
getCommonFrames()
Deprecated.java.lang.String
getMessage()
Deprecated.StackTraceElementProxy[]
getStackTraceElementProxyArray()
Deprecated.IThrowableProxy[]
getSuppressed()
Deprecated.int
hashCode()
Deprecated.
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Deprecated.- Specified by:
getMessage
in interfaceIThrowableProxy
-
getClassName
public java.lang.String getClassName()
Deprecated.- Specified by:
getClassName
in interfaceIThrowableProxy
-
getCommonFrames
public int getCommonFrames()
Deprecated.- Specified by:
getCommonFrames
in interfaceIThrowableProxy
-
getCause
public IThrowableProxy getCause()
Deprecated.- Specified by:
getCause
in interfaceIThrowableProxy
-
getStackTraceElementProxyArray
public StackTraceElementProxy[] getStackTraceElementProxyArray()
Deprecated.- Specified by:
getStackTraceElementProxyArray
in interfaceIThrowableProxy
-
getSuppressed
public IThrowableProxy[] getSuppressed()
Deprecated.- Specified by:
getSuppressed
in interfaceIThrowableProxy
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
build
public static ThrowableProxyVO build(IThrowableProxy throwableProxy)
Deprecated.
-
-