Package org.apache.commons.cli
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.cli.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AlreadySelectedException
,MissingArgumentException
,MissingOptionException
,UnrecognizedOptionException
public class ParseException extends java.lang.Exception
Base for Exceptions thrown during parsing of a command-line.- Version:
- $Revision: 680644 $, $Date: 2008-07-29 01:13:48 -0700 (Tue, 29 Jul 2008) $
- Author:
- bob mcwhirter (bob @ werken.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message)
Construct a newParseException
with the specified detail message.
-
-
-
Constructor Detail
-
ParseException
public ParseException(java.lang.String message)
Construct a newParseException
with the specified detail message.- Parameters:
message
- the detail message
-
-