Exception indicating that an OptionParser could not parse the specified value for a given configurable option.
version: $Id: OptionParseException.java 4255 2007-08-28 19:17:37Z mgricken $
OptionParseException(String key, String value, String message) Exception indicating that an OptionParser could not parse the specified value for a given configurable option.
Exception indicating that an OptionParser could not parse the specified value for a given configurable option.
Parameters: key - The name of the configuration option Parameters: value - The invalid value which caused the parse error Parameters: message - Some helpful message explaining the parse error