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

Most visited


Recently visited


NoSuchFieldException

public class NoSuchFieldException
extends ReflectiveOperationException

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


Signals that the class doesn't have a field of a specified name.

Summary


Public constructors

NoSuchFieldException()

Constructor.

NoSuchFieldException(String s)

Constructor with a detail message.

Inherited methods

Public constructors


NoSuchFieldException

public NoSuchFieldException ()

Constructor.

NoSuchFieldException

public NoSuchFieldException (String s)

Constructor 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.