org.apache.commons.cli
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.cli.ParseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AlreadySelectedException, MissingArgumentException, MissingOptionException, UnrecognizedOptionException
public class ParseException
- extends 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 |
ParseException(String message)
Construct a new ParseException
with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(String message)
- Construct a new
ParseException
with the specified detail message.
- Parameters:
message
- the detail message
Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.