Package com.mchange.v2.cmdline
Class BadCommandLineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mchange.v2.cmdline.BadCommandLineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingSwitchException
,UnexpectedSwitchArgumentException
,UnexpectedSwitchException
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadCommandLineException
-
BadCommandLineException
public BadCommandLineException()
-