March 2005
Beginner to intermediate
1254 pages
104h 21m
English
ArrayStoreException
Signals an attempt to store the wrong type of object into an array.
Figure 10-5. java.lang.ArrayStoreException
public class ArrayStoreException extends RuntimeException { // Public Constructors public ArrayStoreException( ); public ArrayStoreException(String s); }
Read now
Unlock full access