Deprecated API

Contents

  • Deprecated Exception Classes
    Exception Class
    Description
    This exception was introduced before Java introduced Objects.requireNonNull(…). Usages of ArgumentChecks.ensureNonNull(…) may be progressively replaced in the future, which would cause NullArgumentException to not be thrown anymore. Use NullPointerException instead.