ArrayStoreException
java ArrayStoreException
Thrown when an attempt is made to store an object of the wrong type into an array, detected at runtime due to Java's covariant array types.
Thrown when an attempt is made to store an object of the wrong type into an array, detected at runtime due to Java's covariant array types.