Class CommandLineParser.OptionDataException

All Implemented Interfaces:
Serializable
Enclosing class:
CommandLineParser

public class CommandLineParser.OptionDataException extends CommandLineParser.OptionException
Signals that an exception occurred when trying to convert an option value from one data type to another or the value(s) associated with the option are invalid.
See Also:
  • Constructor Details

    • OptionDataException

      public OptionDataException(String option, String msg)
      An error occurred when trying to convert an option value from one data type to another or the value(s) associated with the an option are invalid.

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