public class ExceptionStack extends VisADException
| Constructor and Description |
|---|
ExceptionStack() |
ExceptionStack(Exception e) |
| Modifier and Type | Method and Description |
|---|---|
void |
addException(Exception e) |
int |
depth() |
Enumeration |
exceptions() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ExceptionStack()
public ExceptionStack(Exception e)
public void addException(Exception e)
public int depth()
public Enumeration exceptions()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.