java.lang.ArrayStoreException (JDK 1.0)
Signals an attempt to store the wrong type of object into an array.
public classArrayStoreExceptionextends RuntimeException { //Public ConstructorspublicArrayStoreException(); publicArrayStoreException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->RuntimeException->ArrayStoreException