Throwing an Exception executes in which of the following sequence:
1
Exception is raised > Searches for exception handler > Create exception object
2
Create exception object > Exception is raised > Searches for exception handler
3
Exception is raised > Create exception object > Searches for exception handler
4
Create exception object > Searches for exception handler > Exception is raised