Package fmpp.util
Class ArgsParser.BadArgsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fmpp.util.ArgsParser.BadArgsException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ArgsParser
The user has entered invalid options in the command-line.
Use the
getMessage()
method to get the description of the
problem, that you can directly print to the terminal for the user.- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString