Uses of Package
lij.exceptions

Packages that use lij.exceptions
lij.interfaces Interfaces that need to be implemented for the provision of constraint method implementations. 
lij.model Classes that together constitute the data model of an LCC protocl. 
lij.parser The classes in this package constitute the parser of the interpreter, and were generated by javacc. 
lij.runtime These runtime classes are the ones that contain most of the code that is used during the execution of the IM by the interpreter. 
 

Classes in lij.exceptions used by lij.interfaces
InterpreterException
          Instance of InterpreterException are thrown during the execution of the IM, when logical errors are encountered by the interpreter (syntax errors are handled by the parser).
 

Classes in lij.exceptions used by lij.model
InterpreterException
          Instance of InterpreterException are thrown during the execution of the IM, when logical errors are encountered by the interpreter (syntax errors are handled by the parser).
 

Classes in lij.exceptions used by lij.parser
InterpreterException
          Instance of InterpreterException are thrown during the execution of the IM, when logical errors are encountered by the interpreter (syntax errors are handled by the parser).
 

Classes in lij.exceptions used by lij.runtime
InterpreterException
          Instance of InterpreterException are thrown during the execution of the IM, when logical errors are encountered by the interpreter (syntax errors are handled by the parser).