Package opendap.dts
Class InvalidSwitch
java.lang.Object
java.lang.Throwable
opendap.dts.InvalidSwitch
- All Implemented Interfaces:
Serializable
Exception throwable by the Getopts class
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUsed when no notification string other than the standard one will be thrown with the exception.Used when passing the string that will be thrown. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSwitch
public InvalidSwitch()Used when no notification string other than the standard one will be thrown with the exception. -
InvalidSwitch
Used when passing the string that will be thrown.- Parameters:
s- the error string that is notified
-