A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Error Handling (Exception Handling)

Table of Contents

About

In computer programming , several language mechanisms exist for exception handling or error handling; exception is typically used to denote a data structure storing information about an exceptional condition; one mechanism to transfer control, or raise an exception, is known as a throw; the exception is said to be thrown; execution is transferred to a catch1.

Anki

References


  1. Wikipedia. “error handling”. Available at: https://en.wikipedia.org/wiki/Exception_handling_(programming) . (Accessed: [2025-06-07 Sat 16:45]). ↩︎

Random Posts