public class AddeException extends McIDASException
| Constructor and Description |
|---|
AddeException()
Constructs an AddeException with no specified detail message.
|
AddeException(String s)
Constructs an AddeException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AddeException()
public AddeException(String s)
s - the detail message.