Exception Summary |
BreakException |
The BreakException class represents an exception which is
thrown during program evaluation, when break statement occurs. |
EmptyReturnException |
The EmptyReturnException class represents an exception which is
thrown during program evaluation, when empty return statement occurs. |
EvalException |
The EvalException class represents an exception which is
thrown if an error occurs during program evaluation. |
ReturnException |
The ReturnException class represents an exception which is
thrown during program evaluation, when return statement occurs. |