Error Handling (Exception Handling)
- Category :
- Concept
- Tags :
- general_computing_gleanings
- computer_science
- computer_programming
- e
- Created:
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
Links
References
Wikipedia. “error handling”. Available at: https://en.wikipedia.org/wiki/Exception_handling_(programming). (Accessed: ). ↩︎
Share :
Other Articles
- Published:
- Formal Methods
- Category: Concept
- Published:
- status line
- Category: Concept