[java-inspections] NewExceptionWithoutArgumentsInspection: add option to ignore certain exceptions

Fixes IDEA-325424 Inspection 'Exception constructor without arguments' should allow exclusions

GitOrigin-RevId: 9297554f1dc6d95b8e4e2be5499d7a47a6703d4b
This commit is contained in:
Tagir Valeev
2023-07-27 14:22:36 +02:00
committed by intellij-monorepo-bot
parent 5dfdd117ae
commit e55a975f7f
3 changed files with 36 additions and 3 deletions

View File

@@ -646,3 +646,4 @@ inspection.extract.method.dont.suggest.length=Don\u2019t suggest extracting meth
notification.file.system.issue=File Operation Issue
notification.content.cannot.move.file=Cannot move ''{0}'' into ''{1}'': {2}
intention.family.name.replace.with.unnamed.pattern=Replace with unnamed pattern
intention.name.ignore.exception=Ignore exception ''{0}''