ArrayStoreExceptionNameArrayStoreExceptionSynopsis
DescriptionAn ArrayStoreException is thrown when there is an attempt to store a value in an array element that is incompatible with the type of the array. Class Summary
public class java.lang.ArrayStoreException
extends java.lang.RuntimeException {
// Constructors
public ArrayStoreException();
public ArrayStoreException(String s);
}
ConstructorsArrayStoreExceptionpublic ArrayStoreException()
public ArrayStoreException(String s)
Inherited Methods
See AlsoException, RuntimeException, Throwable |
|