visad.data.fits
Class ExceptionStack

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by visad.VisADException
              extended by visad.data.fits.ExceptionStack
All Implemented Interfaces:
Serializable

public class ExceptionStack
extends VisADException

See Also:
Serialized Form

Constructor Summary
ExceptionStack()
           
ExceptionStack(Exception e)
           
 
Method Summary
 void addException(Exception e)
           
 int depth()
           
 Enumeration exceptions()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionStack

public ExceptionStack()

ExceptionStack

public ExceptionStack(Exception e)
Method Detail

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