edu.wisc.ssec.mcidas
Class AreaFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.wisc.ssec.mcidas.McIDASException
-
- edu.wisc.ssec.mcidas.AreaFileException
-
- All Implemented Interfaces:
- java.io.Serializable
public class AreaFileException extends McIDASException
AreaFileExceptionclass is to handle exceptions when dealing with McIDAS "AREA" files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AreaFileException()Constructs anAreaFileExceptionwith no specified detail message.AreaFileException(java.lang.String message)Constructs anAreaFileExceptionwith the specified detail message.AreaFileException(java.lang.String message, java.lang.Throwable cause)Constructs aAreaFileExceptionwith the specified detail message and cause.AreaFileException(java.lang.Throwable cause)Constructs aMcIDASExceptionwith the specified cause.
-
-
-
Constructor Detail
-
AreaFileException
public AreaFileException()
Constructs anAreaFileExceptionwith no specified detail message.
-
AreaFileException
public AreaFileException(java.lang.String message)
Constructs anAreaFileExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
AreaFileException
public AreaFileException(java.lang.String message, java.lang.Throwable cause)Constructs aAreaFileExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
AreaFileException
public AreaFileException(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