Package ch.qos.logback.classic.spi
Interface IThrowableProxy
-
- All Known Implementing Classes:
ThrowableProxy
,ThrowableProxyVO
@Deprecated(since="2022-01-27") public interface IThrowableProxy
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IThrowableProxy
getCause()
Deprecated.java.lang.String
getClassName()
Deprecated.int
getCommonFrames()
Deprecated.java.lang.String
getMessage()
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.
-
-