MCPcopy Create free account
hub / github.com/ReadyTalk/avian / ArrayStoreException

Class ArrayStoreException

classpath/java/lang/ArrayStoreException.java:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11package java.lang;
12
13public class ArrayStoreException extends RuntimeException {
14 public ArrayStoreException(String message) {
15 super(message, null);
16 }
17
18 public ArrayStoreException() {
19 this(null);
20 }
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected