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, toString
public ExceptionStack()
public ExceptionStack(Exception e)
public void addException(Exception e)
public int depth()
public Enumeration exceptions()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.