See Also: AbstractMethodError Members
Thrown by the VM when an abstract method is called.
Note that this can only occur when inconsistent class files have been loaded, since invoking an abstract method is a compile time error.
[Android Documentation]