org.sadun.util
Class CmdLineOptions.OptionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.sadun.util.CmdLineOptions.OptionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CmdLineOptions

public class CmdLineOptions.OptionException
extends java.lang.RuntimeException

A base class for options-related exceptions. Note that this class extends RuntimeException.

See Also:
Serialized Form

Constructor Summary
CmdLineOptions.OptionException(java.lang.String msg)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String usageString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CmdLineOptions.OptionException

public CmdLineOptions.OptionException(java.lang.String msg)
Method Detail

getMessage

public java.lang.String getMessage()

usageString

public java.lang.String usageString()


Copyright © 1999-2004 Cristiano Sadun. This software is released under GPL.