0 votes
in JAVA by
Explain the hierarchy of Java Exception classes?

1 Answer

0 votes
by

The java.lang.Throwable class is the root class of Java Exception hierarchy which is inherited by two subclasses: Exception and Error. A hierarchy of Java Exception classes are given below:

hierarchy of exception handling

Related questions

0 votes
asked May 4 in JAVA by rahuljain1
0 votes
asked Mar 21, 2023 in Data Analytics by Robin
...