Category:Exception handling

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Exception handling: In short, he quotes from Wikipedia: In computing and computer programming, exception handling is the process of responding to the occurrence of exceptions – anomalous or exceptional conditions requiring special processing – during the execution of a program. In general, an exception breaks the normal flow of execution and executes a pre-registered exception handler; the details of how this is done depend on whether it is a hardware or software exception and how the software exception is implemented. Exception handling, if provided, is facilitated by specialized programming language constructs, hardware mechanisms like interrupts, or operating system (OS) inter-process communication (IPC) facilities like signals. Some exceptions, especially hardware ones, may be handled so gracefully that execution can resume where it was interrupted. https://en.wikipedia.org/wiki/Exception_handling

Subcategories

This category has only the following subcategory.