edu.toronto.cs.util
Class Clapi.OptHelpRequestedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.toronto.cs.util.Clapi.OptParseException
              extended by edu.toronto.cs.util.Clapi.OptHelpRequestedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Clapi.OptShortHelpRequestedException
Enclosing class:
Clapi

public static class Clapi.OptHelpRequestedException
extends Clapi.OptParseException

See Also:
Serialized Form

Constructor Summary
Clapi.OptHelpRequestedException()
           
Clapi.OptHelpRequestedException(java.lang.String msg)
           
Clapi.OptHelpRequestedException(java.lang.String msg, java.lang.Throwable ex)
           
 
Method Summary
 
Methods inherited from class edu.toronto.cs.util.Clapi.OptParseException
getNestedException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Clapi.OptHelpRequestedException

public Clapi.OptHelpRequestedException()

Clapi.OptHelpRequestedException

public Clapi.OptHelpRequestedException(java.lang.String msg)

Clapi.OptHelpRequestedException

public Clapi.OptHelpRequestedException(java.lang.String msg,
                                       java.lang.Throwable ex)