Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 367 Bytes

ThrowNullPointerException.md

File metadata and controls

11 lines (6 loc) · 367 Bytes

Pattern: Throwing instance of NullPointerException

Issue: -

Description

Checks for throwing an instance of java.lang.NullPointerException. Applications should never throw a NullPointerException.

Further Reading