Pattern: Throwing instance RuntimeException
Issue: -
Checks for throwing an instance of java.lang.RuntimeException
. Throw an instance of a more specific exception subclass instead.
Pattern: Throwing instance RuntimeException
Issue: -
Checks for throwing an instance of java.lang.RuntimeException
. Throw an instance of a more specific exception subclass instead.