edu.wisc.ssec.mcidas
Class McIDASException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.wisc.ssec.mcidas.McIDASException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AddeException, AreaFileException, CalibratorException
public class McIDASException extends java.lang.ExceptionMcIDASExceptionclass is to handle exceptions when dealing with McIDAS files or data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description McIDASException()Constructs aMcIDASExceptionwith no specified detail message.McIDASException(java.lang.String message)Constructs aMcIDASExceptionwith the specified detail message.McIDASException(java.lang.String message, java.lang.Throwable cause)Constructs aMcIDASExceptionwith the specified detail message and cause.McIDASException(java.lang.Throwable cause)Constructs aMcIDASExceptionwith the specified cause.
-
-
-
Constructor Detail
-
McIDASException
public McIDASException()
Constructs aMcIDASExceptionwith no specified detail message.
-
McIDASException
public McIDASException(java.lang.String message)
Constructs aMcIDASExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
McIDASException
public McIDASException(java.lang.String message, java.lang.Throwable cause)Constructs aMcIDASExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
McIDASException
public McIDASException(java.lang.Throwable cause)
Constructs aMcIDASExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG