edu.uci.eecs.doc.cascade.util
Class CompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uci.eecs.doc.cascade.util.CompilerException
All Implemented Interfaces:
Serializable

public class CompilerException
extends Exception

The Compiler class throws this exception when it encounters a problem.

Author:
Trevor Harmon
See Also:
Serialized Form

Constructor Summary
CompilerException(String message)
          Creates a new CompilerException object with the specified detail message.
CompilerException(String message, Throwable cause)
          Creates a new CompilerException object with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerException

public CompilerException(String message)
Creates a new CompilerException object with the specified detail message.

Parameters:
message - the detail message.

CompilerException

public CompilerException(String message,
                         Throwable cause)
Creates a new CompilerException object with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause