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(String message)
Constructs a
HdfeosException with the specified detail message. |
HdfeosException(String message,
Throwable cause)
Constructs a
HdfeosException with the specified detail message
and cause. |
HdfeosException(Throwable cause)
Constructs a
HdfeosException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HdfeosException()
HdfeosException with no specified detail message.public HdfeosException(String message)
HdfeosException with the specified detail message.message - Detail message.public HdfeosException(String message, 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(Throwable cause)
HdfeosException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.