org.apache.commons.cli

Class ParseException

Known Direct Subclasses:
AlreadySelectedException, MissingArgumentException, MissingOptionException, UnrecognizedOptionException

public class ParseException
extends Exception

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

Version:
$Revision: 1.2 $

Author:
bob mcwhirter (bob @ werken.com)

Constructor Summary

ParseException(String message)
Construct a new ParseException with the specified detail message.

Constructor Details

ParseException

public ParseException(String message)
Construct a new ParseException with the specified detail message.

Parameters:
message - the detail message