IllegalArgumentException -- thrown by methods and constructors NullPointerException -- thrown by reference variables NegativeArraySizeException -- thrown by arrays IndexOutOfBoundsException -- thrown by arrays and strings ArrayIndexOutOfBoundsException -- thrown by arrays StringIndexOutOfBoundsException -- thrown by strings ArithmeticException ClassCastException NoSuchElementException -- thrown by nextInt(), nextDouble(), next(), nextLine() InputMismatchException -- thrown by nextInt(), nextDouble() NumberFormatException -- thrown by Integer.parseInt(), Double.parseDouble() FileNotFoundException IOException