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