Class CmdlineOptions.OptionsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ontopia.utils.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:
  • Field Details

    • argument

      protected String argument
    • value

      protected String value
  • Constructor Details

    • OptionsException

      public OptionsException(String argument, String value)
  • Method Details

    • getArgument

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

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

      public String getMessage()
      Overrides:
      getMessage in class Throwable