Catching an Exception
A catch block immediately
follows the try block and begins
with the catch keyword
followed by the type and formal
argument (in parentheses) that
this catch block is designed to
accept.
There must be at least one catch
block immediately following
every try block.