একটি এক্সেপশন নিক্ষেপ করা নিম্নলিখিত ক্রমগুলির মধ্যে কোনটি সম্পাদন করে:
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