org.apache.commons.cli

Class ParseException

public class ParseException extends Exception

Base for Exceptions thrown during parsing of a command-line.

Version: $Revision: 542144 $

Author: bob mcwhirter (bob @ werken.com)

Constructor Summary
ParseException(String message)

Construct a new ParseException with the specified detail message.

Constructor Detail

ParseException

public ParseException(String message)

Construct a new ParseException with the specified detail message.

Parameters: message the detail message