edu.uci.eecs.doc.cascade.util
Class CompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the cause