visad.data.fits
Class ExceptionStack
java.lang.Object
java.lang.Throwable
java.lang.Exception
visad.VisADException
visad.data.fits.ExceptionStack
- All Implemented Interfaces:
- Serializable
public class ExceptionStack
- extends VisADException
- See Also:
- Serialized Form
ExceptionStack
public ExceptionStack()
ExceptionStack
public ExceptionStack(Exception e)
addException
public void addException(Exception e)
depth
public int depth()
exceptions
public Enumeration exceptions()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace
in class Throwable