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