Most visited

Recently visited

Added in API level 14

NoSuchPropertyException

public class NoSuchPropertyException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.util.NoSuchPropertyException


当代码请求 Property的类不公开适当的方法或字段时抛出。

也可以看看:

Summary

Public constructors

NoSuchPropertyException(String s)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

NoSuchPropertyException

Added in API level 14
NoSuchPropertyException (String s)

Parameters
s String

Hooray!