java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.nipafx.args.ArgsParseException
- All Implemented Interfaces:
Serializable
Thrown when parsing command line arguments fails.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
args
Returns the argument array passed toArgs.- Returns:
- the argument array passed to
Args
-
types
Returns the args types that were supposed to be created.- Returns:
- the args types that were supposed to be created
-
errors
ReturnsArgsMessages that describe the errors.- Returns:
ArgsMessages that describe the errors
-