Searched defs:ArrayStoreException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DArrayStoreException.java31 * following code generates an <code>ArrayStoreException</code>:
41 class ArrayStoreException extends RuntimeException { class in inherits:RuntimeException
45 * Constructs an <code>ArrayStoreException</code> with no detail message.
47 public ArrayStoreException() { method in class:ArrayStoreException
52 * Constructs an <code>ArrayStoreException</code> with the specified
57 public ArrayStoreException(String s) { method in class:ArrayStoreException

Completed in 42 milliseconds