Uses of Class
net.sourceforge.argparse4j.inf.ArgumentParserException
Packages that use ArgumentParserException
Package
Description
-
Uses of ArgumentParserException in net.sourceforge.argparse4j.impl.action
Methods in net.sourceforge.argparse4j.impl.action that throw ArgumentParserExceptionModifier and TypeMethodDescriptionvoid
AppendArgumentAction.run
(ArgumentParser parser, Argument arg, Map<String, Object> attrs, String flag, Object value) void
AppendConstArgumentAction.run
(ArgumentParser parser, Argument arg, Map<String, Object> attrs, String flag, Object value) void
CountArgumentAction.run
(ArgumentParser parser, Argument arg, Map<String, Object> attrs, String flag, Object value) void
HelpArgumentAction.run
(ArgumentParser parser, Argument arg, Map<String, Object> attrs, String flag, Object value) void
StoreConstArgumentAction.run
(ArgumentParser parser, Argument arg, Map<String, Object> attrs, String flag, Object value) void
StoreFalseArgumentAction.run
(ArgumentParser parser, Argument arg, Map<String, Object> attrs, String flag, Object value) void
StoreTrueArgumentAction.run
(ArgumentParser parser, Argument arg, Map<String, Object> attrs, String flag, Object value) void
VersionArgumentAction.run
(ArgumentParser parser, Argument arg, Map<String, Object> attrs, String flag, Object value) -
Uses of ArgumentParserException in net.sourceforge.argparse4j.impl.type
Methods in net.sourceforge.argparse4j.impl.type that throw ArgumentParserExceptionModifier and TypeMethodDescriptionConstructorArgumentType.convert
(ArgumentParser parser, Argument arg, String value) Deprecated.EnumArgumentType.convert
(ArgumentParser parser, Argument arg, String value) Deprecated.FileArgumentType.convert
(ArgumentParser parser, Argument arg, String value) ReflectArgumentType.convert
(ArgumentParser parser, Argument arg, String value) StringArgumentType.convert
(ArgumentParser parser, Argument arg, String value) -
Uses of ArgumentParserException in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf with parameters of type ArgumentParserExceptionModifier and TypeMethodDescriptionvoid
ArgumentParser.handleError
(ArgumentParserException e) Prints usage and error message.Methods in net.sourceforge.argparse4j.inf that throw ArgumentParserExceptionModifier and TypeMethodDescriptionArgumentType.convert
(ArgumentParser parser, Argument arg, String value) Convertsvalue
to appropriate type.Parses command line arguments.void
Parses command line arguments.void
Parses command line arguments.void
Parses command line arguments.void
ArgumentAction.run
(ArgumentParser parser, Argument arg, Map<String, Object> attrs, String flag, Object value) Executes this action. -
Uses of ArgumentParserException in net.sourceforge.argparse4j.internal
Subclasses of ArgumentParserException in net.sourceforge.argparse4j.internalModifier and TypeClassDescriptionclass
class
Exception thrown when unrecognized argument is encountered.class
Exception thrown when unrecognized command is encountered.Fields in net.sourceforge.argparse4j.internal declared as ArgumentParserExceptionModifier and TypeFieldDescriptionParseState.deferredException
Deferred exception encountered while parsing.Methods in net.sourceforge.argparse4j.internal with parameters of type ArgumentParserExceptionModifier and TypeMethodDescriptionvoid
ArgumentParserImpl.handleError
(ArgumentParserException e) void
SubparserImpl.handleError
(ArgumentParserException e) Methods in net.sourceforge.argparse4j.internal that throw ArgumentParserExceptionModifier and TypeMethodDescriptionArgumentImpl.convert
(ArgumentParserImpl parser, String value) void
SubparsersImpl.parseArg
(ParseState state, Map<String, Object> opts) void
void
void
void
void
ArgumentParserImpl.parseArgs
(ParseState state, Map<String, Object> attrs) void
void
void
void
SubparserImpl.parseArgs
(ParseState state, Map<String, Object> opts) void