@Deprecated
public interface NestedThrowable
Modifier and Type | Interface and Description |
---|---|
static class |
NestedThrowable.Util
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getNested()
Deprecated.
|
void |
superPrintStackTrace(java.io.PrintStream ps)
Deprecated.
|
void |
superPrintStackTrace(java.io.PrintWriter po)
Deprecated.
|
java.lang.String |
superToString()
Deprecated.
|