public class CalibratorException extends McIDASException
| Constructor and Description |
|---|
CalibratorException()
Constructs an CalibratorException with no specified detail message.
|
CalibratorException(String s)
Constructs an CalibratorException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CalibratorException()
public CalibratorException(String s)
s - the detail message.