Package java.lang
Class NoSuchMethodError

Public Constructor NoSuchMethodError

NoSuchMethodError()

NoSuchMethodError(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor NoSuchMethodError():

Constructs an NoSuchMethodError with no detail message.

constructor NoSuchMethodError(String s):

Constructs an NoSuchMethodError with the specified detail message.