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 args array passed to
Args
-
types
- Returns:
- the args types that were supposed to be created
-
errors
- Returns:
ArgsMessagethat describe the errors
-