Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 330 Bytes

ThrowThrowable.md

File metadata and controls

11 lines (6 loc) · 330 Bytes

Pattern: Throwing instance of Throwable

Issue: -

Description

Checks for throwing an instance of java.lang.Throwable. Throw an instance of a more specific exception subclass instead.

Further Reading