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

NoSuchFieldException

Added in API level 1
NoSuchFieldException()

Constructor.

NoSuchFieldException

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

Constructor with a detail message.

Parameters
s String!: the detail message