Module net.sourceforge.argparse4j
Class UnrecognizedArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.argparse4j.inf.ArgumentParserException
net.sourceforge.argparse4j.internal.UnrecognizedArgumentException
- All Implemented Interfaces:
Serializable
Exception thrown when unrecognized argument is encountered.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnrecognizedArgumentException
(String message, ArgumentParser parser, String argument) -
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:
-
argument_
-
-
Constructor Details
-
UnrecognizedArgumentException
-
-
Method Details
-
getArgument
-