Class UnknownCmdLnOptionException

All Implemented Interfaces:
Serializable

public class UnknownCmdLnOptionException extends CmdLnException
Exception thrown when a command line option that was unexpected is found.
See Also:
  • Constructor Details

    • UnknownCmdLnOptionException

      public UnknownCmdLnOptionException()
      Constructs an UnknownCmdLnOptionException
  • Method Details

    • getArgument

      public String getArgument()
      Get the argument that caused this exception
      Returns:
      the argument
    • getOption

      public String getOption()
      Get the option that caused this exception
      Returns:
      the option
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable