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 ThrowableProxyVObuild(IThrowableProxy throwableProxy)Deprecated.booleanequals(java.lang.Object obj)Deprecated.IThrowableProxygetCause()Deprecated.java.lang.StringgetClassName()Deprecated.intgetCommonFrames()Deprecated.java.lang.StringgetMessage()Deprecated.StackTraceElementProxy[]getStackTraceElementProxyArray()Deprecated.IThrowableProxy[]getSuppressed()Deprecated.inthashCode()Deprecated.
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Deprecated.- Specified by:
getMessagein interfaceIThrowableProxy
-
getClassName
public java.lang.String getClassName()
Deprecated.- Specified by:
getClassNamein interfaceIThrowableProxy
-
getCommonFrames
public int getCommonFrames()
Deprecated.- Specified by:
getCommonFramesin interfaceIThrowableProxy
-
getCause
public IThrowableProxy getCause()
Deprecated.- Specified by:
getCausein interfaceIThrowableProxy
-
getStackTraceElementProxyArray
public StackTraceElementProxy[] getStackTraceElementProxyArray()
Deprecated.- Specified by:
getStackTraceElementProxyArrayin interfaceIThrowableProxy
-
getSuppressed
public IThrowableProxy[] getSuppressed()
Deprecated.- Specified by:
getSuppressedin interfaceIThrowableProxy
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
build
public static ThrowableProxyVO build(IThrowableProxy throwableProxy)
Deprecated.
-
-