Pattern: Throwing instance of Error
Issue: -
Checks for throwing an instance of java.lang.Error
. This is not appropriate within normal application code. Throw an instance of a more specific exception subclass instead.
Pattern: Throwing instance of Error
Issue: -
Checks for throwing an instance of java.lang.Error
. This is not appropriate within normal application code. Throw an instance of a more specific exception subclass instead.