public class HdfeosException extends VisADException
HdfeosException is the superclass of all exceptions defined within the
hdfeos package.| Constructor and Description |
|---|
HdfeosException()
Constructs a
HdfeosException with no specified detail message. |
HdfeosException(java.lang.String message)
Constructs a
HdfeosException with the specified detail message. |
HdfeosException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
HdfeosException with the specified detail message
and cause. |
HdfeosException(java.lang.Throwable cause)
Constructs a
HdfeosException with the specified cause. |
public HdfeosException()
HdfeosException with no specified detail message.public HdfeosException(java.lang.String message)
HdfeosException with the specified detail message.message - Detail message.public HdfeosException(java.lang.String message,
java.lang.Throwable cause)
HdfeosException with the specified detail message
and cause.message - Detail message.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public HdfeosException(java.lang.Throwable cause)
HdfeosException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.