--%>

Define Checked exception

Checked exception: An exception which should be caught locally in the try statement, or propagated through a throws clause stated in the method header.

   Related Questions in Programming Languages