errors.fyi community error code reference
ClassCastException
java

ClassCastException

Thrown when an object is cast to a type it is not an instance of, e.g. casting an Integer to a String.

References

← all namespaces