January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.ArrayStoreException
This exception is identical to its J2SE counterpart. It signifies that an attempt was made to store the wrong type of object into an array.
public classArrayStoreExceptionextends java.lang.RuntimeException { // constructors publicArrayStoreException(); publicArrayStoreException(String s); }
Read now
Unlock full access