Class CommandLineParser.ValueOutOfBoundsException

All Implemented Interfaces:
Serializable
Enclosing class:
CommandLineParser

public class CommandLineParser.ValueOutOfBoundsException extends CommandLineParser.OptionException
Signals that an exception occurred when trying to retrieve one or more values for an option.
See Also:
  • Constructor Details

    • ValueOutOfBoundsException

      public ValueOutOfBoundsException(String msg)
      An error occurred when trying to retrieve one or more values for an option.

      Parameters:
      msg - A non-localized string description of the error
    • ValueOutOfBoundsException

      public ValueOutOfBoundsException(String option, String msg)
      An error occurred when trying to retrieve one or more values for an option.

      Parameters:
      option - The option to retrieve the values for
      msg - A non-localized string description of the error