Runtime exceptions
From OpenSimulator
(Difference between revisions)
(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 04: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.