edu.toronto.cs.util
Class Clapi.OptShortHelpRequestedException

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
                  extended by edu.toronto.cs.util.Clapi.OptShortHelpRequestedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Clapi

public static class Clapi.OptShortHelpRequestedException
extends Clapi.OptHelpRequestedException

See Also:
Serialized Form

Constructor Summary
Clapi.OptShortHelpRequestedException()
           
Clapi.OptShortHelpRequestedException(java.lang.String msg)
           
Clapi.OptShortHelpRequestedException(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.OptShortHelpRequestedException

public Clapi.OptShortHelpRequestedException()

Clapi.OptShortHelpRequestedException

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

Clapi.OptShortHelpRequestedException

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