visad
Class VisADError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by visad.VisADError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FlatFieldCacheError

public class VisADError
extends Error

VisADError is the superclass of all errors defined within the VisAD package.

See Also:
Serialized Form

Constructor Summary
VisADError()
           
VisADError(String s)
           
VisADError(String s, Throwable t)
           
VisADError(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VisADError

public VisADError()

VisADError

public VisADError(String s)

VisADError

public VisADError(Throwable t)

VisADError

public VisADError(String s,
                  Throwable t)