geneseo.cs.compiler
Class CompilerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--geneseo.cs.compiler.CompilerException
All Implemented Interfaces:
java.io.Serializable

public class CompilerException
extends java.lang.Exception

Represents exceptions that compilers may signal.

See Also:
Serialized Form

Constructor Summary
CompilerException(java.lang.String desc)
          Initialize a compiler exception with a description of the exceptional situation it represents.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerException

public CompilerException(java.lang.String desc)
Initialize a compiler exception with a description of the exceptional situation it represents.
Parameters:
desc - The description of the exception.