edu.wisc.ssec.mcidas
Class McIDASException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wisc.ssec.mcidas.McIDASException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddeException, AreaFileException, CalibratorException

public class McIDASException
extends Exception

McIDASException class is to handle exceptions when dealing with McIDAS files or data.

Author:
Don Murray - Unidata
See Also:
Serialized Form

Constructor Summary
McIDASException()
          Constructs a McIDASException with no specified detail message.
McIDASException(String s)
          Constructs a McIDASException 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

McIDASException

public McIDASException()
Constructs a McIDASException with no specified detail message.


McIDASException

public McIDASException(String s)
Constructs a McIDASException with the specified detail message.

Parameters:
s - the detail message.