Package java.lang

Class AbstractMethodError

extends IncompatibleClassChangeErrorLinkageErrorErrorThrowableObject

Thrown when an application tries to call an abstract method. Normally, this error is caught by the compiler. It can only occur at run time if the definition of a class has changed since the current method compiled.

Public Constructors

_INSERT_METHOD_ENTRY_HERE_

Methods inherited from java.lang.Throwable

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_