Class TypeCastException

All Implemented Interfaces:
Serializable

public final class TypeCastException extends RuntimeException
Thrown to indicate that the code has attempted to cast a type to another type, and they were not compatible.
See Also:
  • Constructor Details

    • TypeCastException

      public TypeCastException()
    • TypeCastException

      public TypeCastException(String message)