|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionError | |
koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
koala.dynamicjava.interpreter.error | Contains the runtime errors classes. |
koala.dynamicjava.interpreter.throwable | Provides interfaces and classes for dealing with different types of non local gotos and errors. |
Uses of ExecutionError in koala.dynamicjava.interpreter |
Subclasses of ExecutionError in koala.dynamicjava.interpreter | |
class |
InterpreterException
This exception is thrown when an error append while interpreting a statement |
Constructors in koala.dynamicjava.interpreter with parameters of type ExecutionError | |
InterpreterException(ExecutionError e)
Constructs an InterpreterException from a ExecutionError |
Uses of ExecutionError in koala.dynamicjava.interpreter.error |
Subclasses of ExecutionError in koala.dynamicjava.interpreter.error | |
class |
CatchedExceptionError
This error is thrown when a runtime exception appends while interpreting a statement |
Uses of ExecutionError in koala.dynamicjava.interpreter.throwable |
Subclasses of ExecutionError in koala.dynamicjava.interpreter.throwable | |
class |
ReturnException
This error is thrown by an interpreted throw statement |
class |
ThrownException
This error is thrown by an interpreted throw statement |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |