Runtime exceptions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "when a error is detected while executing a program, like a division by zero, access to a invalid memory location, etc, most languages provide a way define code to try to handl...")

Revision as of 05:33, 21 September 2020

when a error is detected while executing a program, like a division by zero, access to a invalid memory location, etc, most languages provide a way define code to try to handle them.
Default action is usually to issue a message and kill the program.

Personal tools
General
About This Wiki