Uses of Class
net.morimekta.console.args.ArgumentException
-
Packages that use ArgumentException Package Description net.morimekta.console.args -
-
Uses of ArgumentException in net.morimekta.console.args
Methods in net.morimekta.console.args that return ArgumentException Modifier and Type Method Description ArgumentException
ArgumentException. setParser(ArgumentParser parser)
Methods in net.morimekta.console.args that throw ArgumentException Modifier and Type Method Description int
Option. apply(ArgumentList args)
void
Argument. validate()
abstract void
BaseArgument. validate()
Called on all the arguments after the parsing is done to validate if all requirements have been passed.void
Option. validate()
void
Property. validate()
void
SubCommandSet. validate()
-