Signals an attempt to store the wrong type of object into an array.
public class ArrayStoreException extends RuntimeException { // Public Constructors public ArrayStoreException(); public ArrayStoreException(String s); }
Object->Throwable(Serializable)->Exception->RuntimeException->ArrayStoreException