Added in API level 1

NoSuchMethodException

public class NoSuchMethodException
extends ReflectiveOperationException



Thrown when a particular method cannot be found.

Summary

Public constructors

NoSuchMethodException()

Constructs a NoSuchMethodException without a detail message.

NoSuchMethodException(String s)

Constructs a NoSuchMethodException with a detail message.

Inherited methods

Public constructors

NoSuchMethodException

Added in API level 1
public NoSuchMethodException ()

Constructs a NoSuchMethodException without a detail message.

NoSuchMethodException

Added in API level 1
public NoSuchMethodException (String s)

Constructs a NoSuchMethodException with a detail message.