Package com.mchange.v2.cmdline
Class BadCommandLineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.mchange.v2.cmdline.BadCommandLineException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MissingSwitchException
,UnexpectedSwitchArgumentException
,UnexpectedSwitchException
public class BadCommandLineException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadCommandLineException()
BadCommandLineException(java.lang.String msg)
-