Serializable
public class ArrayStoreException extends RuntimeException
ArrayStoreException
Object x[] = new String[3]; x[0] = new Integer(0);
public ArrayStoreException()
public ArrayStoreException(String s)
s