edu.toronto.cs.util
Class Clapi.OptParseException

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

public static class Clapi.OptParseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
Clapi.OptParseException()
           
Clapi.OptParseException(java.lang.String msg)
           
Clapi.OptParseException(java.lang.String msg, java.lang.Throwable ex)
           
 
Method Summary
 java.lang.Throwable getNestedException()
           
 void printStackTrace(java.io.PrintStream out)
           
 void printStackTrace(java.io.PrintWriter out)
          Print the stack trace of this exception to the given writer.
 
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.OptParseException

public Clapi.OptParseException()

Clapi.OptParseException

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

Clapi.OptParseException

public Clapi.OptParseException(java.lang.String msg,
                               java.lang.Throwable ex)
Method Detail

getNestedException

public java.lang.Throwable getNestedException()

printStackTrace

public void printStackTrace(java.io.PrintWriter out)
Print the stack trace of this exception to the given writer.

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream out)
Overrides:
printStackTrace in class java.lang.Throwable