Module net.sourceforge.argparse4j
Class UnrecognizedCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.argparse4j.inf.ArgumentParserException
net.sourceforge.argparse4j.internal.UnrecognizedCommandException
- All Implemented Interfaces:
Serializable
Exception thrown when unrecognized command is encountered.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnrecognizedCommandException
(String message, ArgumentParser parser, String command) -
Method Summary
Methods inherited from class net.sourceforge.argparse4j.inf.ArgumentParserException
getParser
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
command_
-
-
Constructor Details
-
UnrecognizedCommandException
-
-
Method Details
-
getCommand
-