# Print output for @column tags ?> NoSuchMethodException - Android SDK | Android Developers

Most visited


Recently visited


NoSuchMethodException

public class NoSuchMethodException
extends ReflectiveOperationException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.ReflectiveOperationException
         ↳ java.lang.NoSuchMethodException


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

public NoSuchMethodException ()

Constructs a NoSuchMethodException without a detail message.

NoSuchMethodException

public NoSuchMethodException (String s)

Constructs a NoSuchMethodException with a detail message.

Parameters
s String: the detail message.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.