Glossaria.net

Glossary Java / Term

exception

An event during program execution that prevents the program from continuing normally; generally, an error. The Java programming language supports exceptions with the try, catch, and throw keywords. See also exception handler.

Permanent link exception - Creation date 2022-01-03


< event-handling Glossary / Java exception handler >