org.apache.commons.cli
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.cli.ParseException
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: 1.2 $
Author:
bob mcwhirter (bob @ werken.com)
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ParseException(java.lang.String message)
          Construct a new ParseException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(java.lang.String message)

Construct a new ParseException with the specified detail message.

Parameters:
message - the detail message