Package koala.dynamicjava.interpreter.throwable
Provides interfaces and classes for dealing with different
types of non local gotos and errors.
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 |
Error Summary |
ReturnException |
This error is thrown by an interpreted throw statement |
ThrownException |
This error is thrown by an interpreted throw statement |
Package koala.dynamicjava.interpreter.throwable Description
Provides interfaces and classes for dealing with different
types of non local gotos and errors.
Copyright © 2001 Stephane Hillion. All Rights Reserved.