$ errors.fyi/java/RuntimeException 128 namespaces · 4,025 codes
java · java/RuntimeException
RuntimeException

Runtime Exception

The superclass of all unchecked exceptions — those not required to be declared in a method's throws clause. Subclasses include NullPointerException, IllegalArgumentException, and IndexOutOfBoundsException. Catching RuntimeException directly is usually a code smell; prefer catching the specific subclass.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT