<<< Common logic errors | Index | Exception Stack Trace >>> |
The Java programming language uses exceptions to handle errors and other exceptional events
Some of the classes in the Exception hierarchy
Exception RuntimeException NoSuchElementException InputMismatchException IllegalArgumentException NumberFormatException ArithmeticException NullPointerException
<<< Common logic errors | Index | Exception Stack Trace >>> |