Code Inspection: Exception used for local control-flow
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports a throw
statement whose exceptions are always caught by the containing try
statement. Using throw
statements as a goto
to change the local flow of control is confusing.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.