Hi...
Ques : 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?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jan 17, 2012, 10:22 PM
Java does not allow multiple inheritance and does not provide any exception interface.
Thanks
VulpesPosted Jan 17, 2012, 6:58 PM