visad.data.hdf5
Class HDF5AdapterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.data.hdf5.HDF5AdapterException
-
- All Implemented Interfaces:
- java.io.Serializable
public class HDF5AdapterException extends VisADException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description HDF5AdapterException()Constructs aHDF5AdapterExceptionwith no specified detail message.HDF5AdapterException(java.lang.String message)Constructs aHDF5AdapterExceptionwith the specified detail message.HDF5AdapterException(java.lang.String message, java.lang.Throwable cause)Constructs aHDF5AdapterExceptionwith the specified detail message and cause.HDF5AdapterException(java.lang.Throwable cause)Constructs aHDF5AdapterExceptionwith the specified cause.
-
-
-
Constructor Detail
-
HDF5AdapterException
public HDF5AdapterException()
Constructs aHDF5AdapterExceptionwith no specified detail message.
-
HDF5AdapterException
public HDF5AdapterException(java.lang.String message)
Constructs aHDF5AdapterExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
HDF5AdapterException
public HDF5AdapterException(java.lang.String message, java.lang.Throwable cause)Constructs aHDF5AdapterExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
HDF5AdapterException
public HDF5AdapterException(java.lang.Throwable cause)
Constructs aHDF5AdapterExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG