edu.toronto.cs.util
Class Clapi.OptParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)
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