When does the search for an appropriate exception handler occur in the process of exception handling?
1
Before the exception object is created.
2
After an exception is raised but before it is executed.
3
After the exception is executed.
4
Parallelly as the exception object is created.