Package com.beust.jcommander
Class MissingCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.beust.jcommander.ParameterException
com.beust.jcommander.MissingCommandException
- All Implemented Interfaces:
Serializable
Thrown when a command was expected.
- See Also:
-
Constructor Summary
ConstructorDescriptionMissingCommandException
(String message) MissingCommandException
(String message, String command) -
Method Summary
Methods inherited from class com.beust.jcommander.ParameterException
getJCommander, setJCommander, usage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingCommandException
-
MissingCommandException
-
-
Method Details
-
getUnknownCommand
-