public class McIDASException
extends java.lang.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(java.lang.String message)
Constructs a
McIDASException with the specified detail message. |
McIDASException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
McIDASException with the specified detail message
and cause. |
McIDASException(java.lang.Throwable cause)
Constructs a
McIDASException with the specified cause. |
public McIDASException()
McIDASException with no specified detail message.public McIDASException(java.lang.String message)
McIDASException with the specified detail message.message - Detail message.public McIDASException(java.lang.String message,
java.lang.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(java.lang.Throwable cause)
McIDASException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.