visad
Class VisADException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- All Implemented Interfaces:
- java.io.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 java.lang.ExceptionVisADExceptionis the superclass of all exceptions defined within the VisAD package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description VisADException()Constructs aVisADExceptionwith no specified detail message.VisADException(java.lang.String message)Constructs aVisADExceptionwith the specified detail message.VisADException(java.lang.String message, java.lang.Throwable cause)Constructs aVisADExceptionwith the specified detail message and cause.VisADException(java.lang.Throwable cause)Constructs aVisADExceptionwith the specified cause.
-
-
-
Constructor Detail
-
VisADException
public VisADException()
Constructs aVisADExceptionwith no specified detail message.
-
VisADException
public VisADException(java.lang.String message)
Constructs aVisADExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
VisADException
public VisADException(java.lang.String message, java.lang.Throwable cause)Constructs aVisADExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
VisADException
public VisADException(java.lang.Throwable cause)
Constructs aVisADExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG