Google+

233. Checked Exceptions








Pre-requisite -


Checked exceptions are the exceptions that are checked by the compiler. Compiler gives compile time error when any such exception condition occur. 

Please find the hierarchy of the checked exceptions (Marked in Yellow Background) in the below exceptions hierarchy table -





As you have now understood the hierarchy of the checked exceptions from the above diagram, lets implement few checked exceptions from the above diagram in the upcoming posts.







Please comment below to feedback or ask questions.

Using throws in Exception Handling will be explained in the next post.








No comments: