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

public class InvalidArgumentException extends org.apache.commons.cli.ParseException
See Also:
  • Constructor Details

  • Method Details

    • getOption

      public org.apache.commons.cli.Option getOption()
      Return the option requiring an argument that wasn't provided on the command line.
      Returns:
      the related option
    • setOption

      public void setOption(@NonNull org.apache.commons.cli.Option option)
      Assign the option requiring an argument that wasn't provided on the command line.
      Parameters:
      option - the option to set