Release Planner v1.0

rp.util
Class CommandLineOptionError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--rp.util.CommandLineOptionError
All Implemented Interfaces:
java.io.Serializable

public class CommandLineOptionError
extends java.lang.Error

Indicates a bad command line option.

Version:
$Revision: 1.1 $, $Date: 2001/12/10 17:06:38 $
See Also:
Serialized Form

Constructor Summary
CommandLineOptionError(java.lang.String s)
           
 
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

CommandLineOptionError

public CommandLineOptionError(java.lang.String s)

Release Planner v1.0