edu.wisc.ssec.mcidas
Class McIDASException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.