Exception handling (programming): Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
m Reverted 1 edit by 2001:FB1:C5:7CDC:54A6:9632:5603:F1E8 (talk) to last revision by Citation bot
Line 2:
{{broader|Exception handling}}
 
In [[computer programming]], several [[programming language|Thailandlanguage]] 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 ==