gnu.classpath.tools.getopt
Class OptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gnu.classpath.tools.getopt.OptionException
All Implemented Interfaces:
Serializable

public class OptionException
extends Exception

An OptionException is thrown internally when an error is seen when parsing a command line.

See Also:
Serialized Form

Constructor Summary
OptionException(String 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

OptionException

public OptionException(String message)