<<< Exception Stack Trace | Index | try statement >>> |
Four methods that might throw an exception:
Class Method Throws --------- ------------------- ----------------------- Scanner nextInt() InputMismatchException Scanner nextDouble() InputMismatchException Integer parseInt(String) NumberFormatException Double parseDouble(String) NumberFormatException
<<< Exception Stack Trace | Index | try statement >>> |