Serializable
public class ArrayStoreException extends RuntimeException
ArrayStoreException
Object x[] = new String[3]; x[0] = new Integer(0);
ArrayStoreException()
ArrayStoreException(String s)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ArrayStoreException()
public ArrayStoreException(String s)
s