Code Inspection: Exception used for local control-flow
Reports throw statements whose exceptions are always caught by containing try statements. Using throw statements as a "goto" to change the local flow of control is likely to be confusing.
Last modified: 08 May 2020