visad
Class VisADException
java.lang.Object
java.lang.Throwable
java.lang.Exception
visad.VisADException
- All Implemented Interfaces:
- Serializable
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VisADException
public VisADException()
VisADException
public VisADException(String s)
VisADException
public VisADException(String s,
Throwable cause)
VisADException
public VisADException(Throwable cause)