public class CalibratorException extends McIDASException
CalibratorException class is to handle exceptions when calibrating
data.| Constructor and Description |
|---|
CalibratorException()
Constructs a
CalibratorException with no specified detail
message. |
CalibratorException(java.lang.String message)
Constructs a
CalibratorException with the specified detail
message. |
CalibratorException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
CalibratorException with the specified detail
message |
CalibratorException(java.lang.Throwable cause)
Constructs a
AddeURLException with the specified cause. |
public CalibratorException()
CalibratorException with no specified detail
message.public CalibratorException(java.lang.String message)
CalibratorException with the specified detail
message.message - Detail message.public CalibratorException(java.lang.String message,
java.lang.Throwable cause)
CalibratorException with the specified detail
messagemessage - Detail message.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public CalibratorException(java.lang.Throwable cause)
AddeURLException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.