Appendix A: System Routines — Error Handling
451
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
ER_success
Declaration:
void
ER_success
(void)
Category(ies):
Error Handling
Description:
This routine is used in the implementation of the
ONERR
and
FINALLY
macros. It pops the exception stack. See chapter
10. Error Handling
for a
complete discussion of throwing and catching exceptions.
Inputs:
None
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: ER_catch, FINALLY, ONERR
Example:
Do not code a call to
ER_success
yourself — use the
ONERR
or
FINALLY
macros instead.