Error: java.lang.AbstractMethodError

Thrown when an application tries to call an abstract method. Normally, this error is caught by the compiler; this error can only occur at run time if the definition of some class has incompatibly changed since the currently executing method was last compiled.
Authors:
@author unascribed
Version:
@version 1.18, 12/19/03
Since:
@since JDK1.0

Methods