Automated exception handling: Difference between revisions

Content deleted Content added
m rv damage. Undid revision 818243509 by 111.119.241.90 (talk)
Capitalized leading R in “runtime systems”
Tags: Mobile edit Mobile web edit
Line 1:
{{unsourced|date=March 2008}}
 
'''Automated exception handling''' is a [[computing]] term referring to the computerized handling of errors. [[runtimeRuntime system]]s (engines) such as those for the [[Java (programming language)|Java]] programming language or [[.NET Framework]] lend themselves to an automated mode of exception or error handling. In these environments software errors do not ''crash'' the [[operating system]] or runtime engine, but rather generate exceptions. Recent advances in these runtime engines enables specialized runtime engine add-on products to provide automated [[exception handling]] that is independent of the source code and provides root-cause information for every exception of interest.{{Fact|date=July 2007}}
 
==How it works==