top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How many types of Exceptions are there?

+3 votes
232 views
How many types of Exceptions are there?
posted Oct 3, 2014 by Suchithra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

There are 2 types of exceptions. They are
System Exceptions: e.g. When no_data_found, When too_many_rows
User Defined Exceptions: e.g. My_exception exception,When My_exception then

answer Oct 6, 2014 by Arun Gowda
...