Note that this can only occur when inconsistent class files have been loaded, since invoking an abstract method is a compile time error.
Constructs a new {@code AbstractMethodError} that includes the current stack trace.sinceAndroid 1.0 super();
super();
Constructs a new {@code AbstractMethodError} with the current stack trace and the specified detail message.paramdetailMessage the detail message for this error.sinceAndroid 1.0 super(detailMessage);
super(detailMessage);