Code - Exception (Try, Catch, Finally statement)
Table of Contents
About
Exceptions are a means of breaking out of the normal flow of control of a code block in order to:
- or other exceptional conditions.
Error tracking
You may want to track and see the exceptions that occur live in your application.
For that, there is exception tracking platforms
CPU
At the CPU level, they are known and implemented as exception: Instruction - Exception