Skip to main content

Programming language constructs designed to handle errors signaled by error codes, exceptions or other language specific means.

Error Handling comprises design of the code that handles errors, as opposed to the code that handles the (normal) program logic in the absence of errors during program execution.

See also