Custom Exceptions - Bengali

348 visits



Outline:

- Custom Exception কি? - custom exception এর প্রদর্শন - Custom exception উদাহরণ - "InvalidMarkException" - "throw" কীওয়ার্ড এর ব্যবহার - custom exceptions এ এরর কিভাবে সমাধান করে? - "Add throws declaration" বিকল্প ব্যবহার করে এরর সংশোধন করা - "throws" কীওয়ার্ড এর ব্যবহার - "FileNotFoundException" এর উদাহরণ - multiple exceptions কিভাবে হ্যান্ডেল করে? - "surround with try/catch" বিকল্পটি কিভাবে ব্যবহার করে?