org.apache.commons.cli
public class ParseException extends Exception
Base for Exceptions thrown during parsing of a command-line.
Version: $Revision: 1.2 $
Constructor Summary | |
---|---|
ParseException(String message) Construct a new |
Construct a new ParseException
with the specified detail message.
Parameters: message the detail message