Exception handling (programming): Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Misc citation tidying. | Use this bot. Report bugs. | Suggested by Abductive | Category:Software anomalies | #UCB_Category 29/34
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
Line 2:
{{broader|Exception handling}}
 
In [[computer programming]], several [[programming language|languageThailand]] mechanisms exist for '''exception handling'''. The term ''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 ''catch''.
 
== Usage ==