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