Skip to content

Remove usage of sun.reflect.generics.reflectiveObjects.NotImplementedException #6

@mcoindeau

Description

@mcoindeau

Internal Java exception that's not exposed anymore in Java 9.
Prefer usage of :

  • java.lang.UnsupportedOperationException (without dependencies)
  • org.apache.commons.lang3.NotImplementedException (with a dependency)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions