Class CommandLine.MissingParameterException

All Implemented Interfaces:
Serializable
Enclosing class:
CommandLine

public static class CommandLine.MissingParameterException extends CommandLine.ParameterException
Exception indicating that a required parameter was not specified.
See Also:
  • Constructor Details

    • MissingParameterException

      public MissingParameterException(CommandLine commandLine, String msg)