Package uk.ac.man.cs.rainbow

Core and general utility classes.

See:
          Description

Class Summary
Compiler Basic operations that should be supported by a compiler.
Compiler.Error A single error generated by a compiler.
Compiler.ParseError A single parse error generated by a compiler.
Compiler.PreciseError A precisely-located error.
Compiler.SemanticError A single semantic error generated by a compiler.
Compiler.Warning A warning.
Utils Basic utility methods for Rainbow.
 

Exception Summary
Compiler.Errors When there are compiler errors, this class is thrown.
Compiler.Exception Exceptions generated by the compilation stage itself.
RainbowError For signalling unrecoverable errors in the Rainbow system.
RainbowException Superclass of all Rainbow-related exceptions.
TclFormatException Signals that an error occurred when trying to convert to or from a Tcl-formatted string.
 

Package uk.ac.man.cs.rainbow Description

Core and general utility classes. Includes the roots of exceptions and errors thrown by the Rainbow system.