Package koala.dynamicjava.interpreter.error

Contains the runtime errors classes.

See:
          Description

Exception Summary
BreakException Thrown to indicate that a break statement has been reached
ContinueException Thrown to indicate that a continue statement has been reached
WrongVersionException This exception is to be thrown whenever a feature of Java 1.5 is used in a version of Java before 1.5
 

Error Summary
ExecutionError This error is thrown when an unexpected error append while interpreting a statement
PossibleExecutionError This error is thrown when an NameVisitor encounters AmbiguousName that denotes ReferenceTypeName.
ReturnException This error is thrown by an interpreted throw statement
 

Package koala.dynamicjava.interpreter.error Description

Contains the runtime errors classes.