Package ch.qos.logback.classic.spi
Interface IThrowableProxy
-
- All Known Implementing Classes:
ThrowableProxy,ThrowableProxyVO
@Deprecated(since="2022-01-27") public interface IThrowableProxyDeprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IThrowableProxygetCause()Deprecated.java.lang.StringgetClassName()Deprecated.intgetCommonFrames()Deprecated.java.lang.StringgetMessage()Deprecated.StackTraceElementProxy[]getStackTraceElementProxyArray()Deprecated.IThrowableProxy[]getSuppressed()Deprecated.
-
-
-
Method Detail
-
getMessage
java.lang.String getMessage()
Deprecated.
-
getClassName
java.lang.String getClassName()
Deprecated.
-
getStackTraceElementProxyArray
StackTraceElementProxy[] getStackTraceElementProxyArray()
Deprecated.
-
getCommonFrames
int getCommonFrames()
Deprecated.
-
getCause
IThrowableProxy getCause()
Deprecated.
-
getSuppressed
IThrowableProxy[] getSuppressed()
Deprecated.
-
-