What is user defined exception?

Answers were Sorted based on User's Feedback



What is user defined exception?..

Answer / rahul vyas

The user defined class which Extends Exception class or
more specific version of That is called user defined
exception

Is This Answer Correct ?    7 Yes 1 No

What is user defined exception?..

Answer / ravikiran

user defined exception is written by the user to make a
customized error

Is This Answer Correct ?    6 Yes 0 No

What is user defined exception?..

Answer / satish kumar

Uer define exception is Derived from
System.ApplicationException class.In User defined Exception
User raised the exception in his class and throw the erroe
thoew the object of the class

Is This Answer Correct ?    4 Yes 3 No

What is user defined exception?..

Answer / sayyad khalid

User defined a class from Exception class.
Creates its own exception using that class.
which is user dependent is called User Defined exception.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

how many design pattern r there? and wht design pattern u use and why ?

5 Answers   HP,


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


What is the use of Getters and Setters method ?

4 Answers  


different between exception and error? explaim check and uncheck exception

4 Answers  


What is string pool in java?

0 Answers  






What is generics in java interview questions?

0 Answers  


What are the Class Libraries ?

0 Answers   Wipro,


what is the default value of a variable char?(If not assigned)

4 Answers  


What is the maximum size of arraylist in java?

0 Answers  


How do generics work in java?

0 Answers  


Why can't we make jsp as a controller and action servlet in struts?

8 Answers   TCS, Wipro,


What is a stack class in java ?

0 Answers   Akamai Technologies,


Categories