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

+1 vote
asked Oct 9, 2022 in JavaScript by Robin
+1 vote
asked May 5, 2021 in JAVA by SakshiSharma
...