Cytoscape 2.8.0 API

org.apache.commons.cli
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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: 155404 $
Author:
bob mcwhirter (bob @ werken.com)
See Also:
Serialized Form

Constructor Summary
ParseException(String message)
          Construct a new ParseException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(String message)

Construct a new ParseException with the specified detail message.

Parameters:
message - the detail message

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.