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 do you pass by reference?

0 Answers  


When we should use serialization?

0 Answers  


what is difference between interface and abstract class..?

4 Answers  


What are command line arguments?

3 Answers  


Why does it take so much time to access an applet having swing components the first time?

0 Answers  






Can we override private method in java?

0 Answers  


When does Exception occurs?

3 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


Can java object be locked down for exclusive use by a given thread?

0 Answers  


What is a function argument in java?

0 Answers  


What is nested interface?

0 Answers  


what is Vector class?

2 Answers  


Categories