Removes a
catch
section in a
try
-
catch
statement and adds a
throws
declaration with the same exception to the containing method. If the
try
statement contains no further catch sections it is removed entirely.