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

Class AbstractMethodError

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

Source from the content-addressed store, hash-verified

11package java.lang;
12
13public class AbstractMethodError extends IncompatibleClassChangeError {
14 public AbstractMethodError() {
15 super();
16 }
17
18 public AbstractMethodError(String message) {
19 super(message);
20 }
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected