You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throws clauses should not contain generic exception types such as Throwable, Exception, or RuntimeException. Instead, extend RuntimeException and create more specific exception types which are relevant to your use case.
Occurrences
There are 83 occurrences of this issue in the repository.
Description
throws
clauses should not contain generic exception types such asThrowable
,Exception
, orRuntimeException
. Instead, extendRuntimeException
and create more specific exception types which are relevant to your use case.Occurrences
There are 83 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/yurake/k8s-3tier-webapp/issue/JAVA-W1042/occurrences/
The text was updated successfully, but these errors were encountered: