edu.wisc.ssec.mcidas
Class CalibratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wisc.ssec.mcidas.McIDASException
              extended by 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

Constructor Summary
CalibratorException()
          Constructs an CalibratorException with no specified detail message.
CalibratorException(String s)
          Constructs an CalibratorException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.