Class ArgumentParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.argparse4j.inf.ArgumentParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HelpScreenException, UnrecognizedArgumentException, UnrecognizedCommandException

public class ArgumentParserException extends Exception
The exception thrown from ArgumentParser.parseArgs(String[]) if error occurred while processing command line argument. The argument parser in constructor is the ArgumentParser object where an error occurred.
See Also: