Which of the following steps is NOT part of the exception handling process?
1
Automatically correcting all programming errors without any additional code.
2
Raising an exception when an error occurs.
3
Searching for an exception handler after an exception is raised.
4
Executing the exception handler's code to manage the error.