/**@class java.lang.AbstractMethodError
@extends java.lang.IncompatibleClassChangeError

 Thrown by the VM when an abstract method is called.
 <p>
 Note that this can only occur when inconsistent class files have been loaded,
 since invoking an abstract method is a compile time error.
*/
var AbstractMethodError = {


};