Описание тега classcastexception
The Java exception thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException is the Java unchecked exception thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.