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(String message)
Constructs a
CalibratorException with the specified detail
message. |
CalibratorException(String message,
Throwable cause)
Constructs a
CalibratorException with the specified detail
message |
CalibratorException(Throwable cause)
Constructs a
AddeURLException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CalibratorException()
CalibratorException
with no specified detail
message.public CalibratorException(String message)
CalibratorException
with the specified detail
message.message
- Detail message.public CalibratorException(String message, 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(Throwable cause)
AddeURLException
with the specified cause.cause
- Cause of the exception. null
indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.