Pages

Showing posts with label Exception handling in Java. Show all posts
Showing posts with label Exception handling in Java. Show all posts

Monday, May 25, 2020

Exception Handling in Java


What is exception?

Any abnormal condition of a program is called as exception. Handling of such mechanism is called as Exception handling.

Hierarchy of exception is as below:

Hierarchy of exception
Fig: Exception Hierarchy