Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

NoSuchFieldException

open class NoSuchFieldException : ReflectiveOperationException
kotlin.Any
   ↳ kotlin.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

Constructor.

Constructor with a detail message.

Public constructors

<init>

Added in API level 1
NoSuchFieldException()

Constructor.

<init>

Added in API level 1
NoSuchFieldException(s: String!)

Constructor with a detail message.

Parameters
s String!: the detail message