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

Which class is the superclass of all classes?

0 Answers  


What is the difference between jvm and jre? What is an interface?

0 Answers  


What is the difference between the final method and abstract method?

0 Answers  


What is immutable class in java?

0 Answers  


What is the size of string?

0 Answers  


which swing component is similar to rich text box in .net/vb

1 Answers  


Is space a char?

0 Answers  


Why declare Main() method as a static in java ?

0 Answers   HCL,


What is meant by class loader? How many types are there?

0 Answers  


How will you call an Applet using Java Script Function?

0 Answers  


What is the protected method modifier?

0 Answers  


What is an event?

2 Answers  


Categories