If my class already extends from some other class what should I do if I want an instance of my class to be thrown as an exceptio

Q

If my class already extends from some other class what should I do if I want an instance of my class to be thrown as an exception object?

✍: Guest

A

One can not do anytihng in this scenarion. Because Java does not allow multiple inheritance and does not provide any exception interface as well.

2013-05-30, 2106👍, 0💬