? ??????????????Take My Breath Away? ????? ?? ???Rating: 4.4 (13 Ratings)??71 Grabs Today. 12572 Total Gra
bs. ??????Preview?? | ??Get the Code?? ?? ?????Our Hearts on Thin Ice? ????? ?? ???Rating: 5.0 (1 Rating)??52 Grabs Today. 4978 Total Grabs. ??????Preview?? | ??Get the Code?? ?? ??? BLOGGER TEMPLATES AND TWITTER BACKGROUNDS ?

Friday, May 14, 2010

Exception

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.