<<< Error handling: Java Exceptions | Index | Exception Object >>> |
An indication of an unusual situation, such as a failure during execution:
division by zero
memory access violation
array out of bounds
etc.
Exception aborts the normal flow of control and causes a search for an exception handler.
<<< Error handling: Java Exceptions | Index | Exception Object >>> |