Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

exceptions catch by a catch clause

Fri Nov 07, 2008 12:03 am

What classes of exceptions may be caught by a catch clause?



Re: exceptions catch by a catch clause

Fri Nov 07, 2008 12:04 am

A catch clause can catch any exception that may be assigned to the Throwable type. This includes the Error and Exception types. :tomato:

Post a reply
  Related Posts  to : exceptions catch by a catch clause
 Catch database connection exception     -  
 exception handling try and catch in Python     -  
 SELECT-Group by and Order by,Having Clause,count(),Joins     -  
 What are exceptions and how to handle them!!!     -  
 How to throw Exceptions in Java?     -  
 Creating your own Exceptions in Java     -