Class InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.cli.ParseException
gov.nist.secauto.metaschema.cli.processor.InvalidArgumentException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.commons.cli.ParseException
wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidArgumentException
Generate a new exception.- Parameters:
message
- the message
-
-
Method Details
-
getOption
Return the option requiring an argument that wasn't provided on the command line.- Returns:
- the related option
-
setOption
Assign the option requiring an argument that wasn't provided on the command line.- Parameters:
option
- the option to set
-