edu.toronto.cs.util
Class Clapi.OptCompilationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

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