edu.wisc.ssec.mcidas.adde
Class AddeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.wisc.ssec.mcidas.McIDASException
edu.wisc.ssec.mcidas.adde.AddeException
- All Implemented Interfaces:
- Serializable
public class AddeException
- extends McIDASException
AddeException class is to handle exceptions when dealing
with ADDE access to data. More general than AddeURLException
- Author:
- Don Murray - Unidata
- See Also:
- Serialized Form
Constructor Summary |
AddeException()
Constructs an AddeException with no specified detail message. |
AddeException(String s)
Constructs an AddeException with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AddeException
public AddeException()
- Constructs an AddeException with no specified detail message.
AddeException
public AddeException(String s)
- Constructs an AddeException with the specified detail message.
- Parameters:
s
- the detail message.