Class CommandLine.UnmatchedArgumentException

All Implemented Interfaces:
Serializable
Enclosing class:
CommandLine

public static class CommandLine.UnmatchedArgumentException extends CommandLine.ParameterException
Exception indicating that a command line argument could not be mapped to any of the fields annotated with CommandLine.Option or CommandLine.Parameters.
See Also:
  • Field Details

  • Constructor Details

    • UnmatchedArgumentException

      public UnmatchedArgumentException(CommandLine commandLine, String msg)
    • UnmatchedArgumentException

      public UnmatchedArgumentException(CommandLine commandLine, Stack<String> args)
    • UnmatchedArgumentException

      public UnmatchedArgumentException(CommandLine commandLine, List<String> args)