edu.toronto.cs.util
Class Clapi.OptCompilationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.toronto.cs.util.Clapi.OptCompilationFailedException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Clapi
public static class Clapi.OptCompilationFailedException
- extends java.lang.RuntimeException
- 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.OptCompilationFailedException
public Clapi.OptCompilationFailedException()
Clapi.OptCompilationFailedException
public Clapi.OptCompilationFailedException(java.lang.String msg)
Clapi.OptCompilationFailedException
public Clapi.OptCompilationFailedException(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