visad
Class VisADException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--visad.VisADException
Direct Known Subclasses:
BadFormException, BadRepositoryException, ClusterException, CollectiveBarbException, CoordinateSystemException, DisplayException, ExceptionStack, FieldException, FormulaException, GctpException, HDF5AdapterException, HdfeosException, InvalidContextException, ReferenceException, RemoteVisADException, SetException, TypeException, UnimplementedException, UnitException

public class VisADException
extends Exception

VisADException is the superclass of all exceptions defined within the VisAD package.

See Also:
Serialized Form

Constructor Summary
VisADException()
           
VisADException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VisADException

public VisADException()

VisADException

public VisADException(String s)