1.ArithmeticException ----- Arithmetic error, such as divide-by-zero.
2.ArrayStoreException ----- Assignment to an array element of an incompatible type.
3.ClassCastException ----- Invalid cast.
4.llegalArgumentException ----- Illegal argument used to invoke a method.
5.IllegalMonitorStateException ----- Illegal monitor operation, such as waiting on an
unlocked thread.
6.IllegalStateException ----- Environment or application is in incorrect state.
7.IllegalThreadStateException ----- Requested operation not compatible with current
thread state.
8.IndexOutOfBoundsException ----- Some type of index is out-of-bounds.
9.NegativeArraySizeException ----- Array created with a negative size.
10.StringIndexOutOfBounds ----- Attempt to index outside the bounds of a string.
Friday, May 14, 2010
Exception
Posted by michael_javier at 12:08 AM
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment