edu.wisc.ssec.mcidas.adde
Class AddeException

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.adde.AddeException
All Implemented Interfaces:
java.io.Serializable

public class AddeException
extends McIDASException

AddeException class is to handle exceptions when dealing with ADDE access to data. More general than AddeURLException

See Also:
Serialized Form

Constructor Summary
AddeException()
          Constructs an AddeException with no specified detail message.
AddeException(java.lang.String s)
          Constructs an AddeException 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

AddeException

public AddeException()
Constructs an AddeException with no specified detail message.


AddeException

public AddeException(java.lang.String s)
Constructs an AddeException with the specified detail message.

Parameters:
s - the detail message.