Class CmdlineOptions.OptionsException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CmdlineOptions

    public static class CmdlineOptions.OptionsException
    extends Exception
    INTERNAL: An exception that is thrown when there are problems with the options specified on the command line.

    See Also:
    Serialized Form
    • Field Detail

      • argument

        protected String argument
      • value

        protected String value
    • Constructor Detail

      • OptionsException

        public OptionsException​(String argument,
                                String value)
    • Method Detail

      • getArgument

        public String getArgument()
        Returns the name of the invalid argument.
      • getValue

        public String getValue()
        Returns the value of the invalid argument.