CodeQL library for Java/Kotlin
codeql/java-all 0.8.12 (changelog, source)
Search

Module NumberFormatException

Provides classes and predicates for reasoning about java.lang.NumberFormatException.

Import path

import semmle.code.java.NumberFormatException

Imports

java

Provides all default Java QL imports.

Predicates

catchesNfe

Holds if java.lang.NumberFormatException is caught.

throwsNfe

Holds if java.lang.NumberFormatException can be thrown.

Classes

NumberFormatException

The class java.lang.NumberFormatException.