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

/libcore/luni/src/main/java/java/lang/
H A DArrayStoreException.java24 public class ArrayStoreException extends RuntimeException { class in inherits:RuntimeException
29 * Constructs a new {@code ArrayStoreException} that includes the current
32 public ArrayStoreException() { method in class:ArrayStoreException
36 * Constructs a new {@code ArrayStoreException} with the current stack trace
42 public ArrayStoreException(String detailMessage) { method in class:ArrayStoreException

Completed in 171 milliseconds