Back to Intellij Community

Description

java/java-impl/resources/intentionDescriptions/ConvertCatchToThrowsIntention/description.html

2025.3-rc-2221 B
Original Source

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.