public class McIDASException extends Exception
McIDASException class is to handle exceptions when dealing with
McIDAS files or data.| Constructor and Description |
|---|
McIDASException()
Constructs a
McIDASException with no specified detail message. |
McIDASException(String message)
Constructs a
McIDASException with the specified detail message. |
McIDASException(String message,
Throwable cause)
Constructs a
McIDASException with the specified detail message
and cause. |
McIDASException(Throwable cause)
Constructs a
McIDASException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic McIDASException()
McIDASException with no specified detail message.public McIDASException(String message)
McIDASException with the specified detail message.message - Detail message.public McIDASException(String message, Throwable cause)
McIDASException 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 McIDASException(Throwable cause)
McIDASException 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.