public class InvalidSwitch extends Throwable
| Constructor and Description |
|---|
InvalidSwitch()
Used when no notification string other than the
standard one will be thrown with the exception.
|
InvalidSwitch(String s)
Used when passing the string that will be thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSwitch()
public InvalidSwitch(String s)
s - the error string that is notifiedCopyright © 1999–2015 OPeNDAP. All rights reserved.