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:
- Serializable
public class CalibratorException
- extends McIDASException
CalibratorException class is to handle exceptions when calibrating data.
- Version:
- $Id: CalibratorException.java,v 1.4 2009-03-02 23:34:50 curtis Exp $
- Author:
- Bruce Flynn, SSEC
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CalibratorException
public CalibratorException()
- Constructs an CalibratorException with no specified detail message.
CalibratorException
public CalibratorException(String s)
- Constructs an CalibratorException with the specified detail message.
- Parameters:
s
- the detail message.