What is user defined exception

Showing Answers 1 - 1 of 1 Answers

Pattukkottai Arun

  • Jul 22nd, 2005
 

Java supports exception handling by its try catch constructs. Java API define exception classes for such conditions. These classes are derived from java.lang.Throwable class. User defined exceptions are those exceptions which an application provider or an API provider defines by subclassing java.lang.Throwable class.  
 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions