<<< The Catch or Specify Requirement | Index | Checked exceptions example >>> |
Definition: an exception recognized and detected by the compiler
Example:
FileNotFoundExceptions
Syntax:
modifiers returnType methodName([parameterList]) throws ExceptionType1, ExceptionType2, ... {}
<<< The Catch or Specify Requirement | Index | Checked exceptions example >>> |