Package java.lang

Class NoSuchMethodError

extends IncompatibleClassChangeErrorLinkageErrorErrorThrowableObject

Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.

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_