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