Friday, May 14, 2010

Java Exceptions

An exception

– is an event that interrupts the normal processing flow of a program. This event is usually some error of some sort.
– This causes our program to terminate abnormally.

Java Exceptions:
1.) ArithmeticException
2.) CollectionException
3.) ArrayIndexOutOfBoundsException
4.) ClassNotFoundException
5.) IOException
6.) FileNotFoundException
7.) ArrayListException
8.) NumberFormatException
9.) FontFormatException
10.) NullPointerException

No comments:

Post a Comment