Added in API level 14

NoSuchPropertyException

open class NoSuchPropertyException : RuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.util.NoSuchPropertyException

Thrown when code requests a Property on a class that does not expose the appropriate method or field.

Summary

Public constructors

Public constructors

NoSuchPropertyException

Added in API level 14
NoSuchPropertyException(s: String!)