name.kevinlocke.ultragetopt
Class CommandLineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by name.kevinlocke.ultragetopt.CommandLineException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AmbiguousOptionException, ExtraArgumentException, InvalidOptionException, MissingArgumentException, UnrecognizedOptionException

public abstract class CommandLineException
extends java.lang.Exception

Superclass for all exceptions resulting from parsing of the command-line.

Author:
Kevin Locke <kwl7@cornell.edu>
See Also:
Serialized Form

Constructor Summary
protected CommandLineException(java.lang.String message)
          Create a new command-line exception with the given error 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

CommandLineException

protected CommandLineException(java.lang.String message)
Create a new command-line exception with the given error message.

Parameters:
message - the error message indicating the cause of this exception