Custom Exceptions - Hindi

836 visits



Outline:

- Custom Exception क्या है? - custom exception का प्रदर्शन - Custom exception उदाहरण - "InvalidMarkException" - "throw" कीवर्ड का उपयोग - custom exceptionsमें एरर्स ठीक कैसे करें? - "Add throws declaration" ऑप्शन का उपयोग करके एरर ठीक करना - "throws" कीवर्ड का उपयोग - "FileNotFoundException" के लिए उदाहरण - multiple exceptions को कैसे हैंडल करें? - "surround with try/catch" ऑप्शन का उपयोग कैसे करें?