public class NoSuchPropertyException
extends RuntimeException
java.lang.Object | ||||
java.lang.Throwable | ||||
java.lang.Exception | ||||
java.lang.RuntimeException | ||||
android.util.NoSuchPropertyException |
当代码请求 Property
的类不公开适当的方法或字段时抛出。
Public constructors |
|
---|---|
NoSuchPropertyException(String s) |
继承方法(Inherited methods) |
|
---|---|
![]() java.lang.Throwable
|
|
![]() java.lang.Object
|
NoSuchPropertyException (String s)
参数(Parameters) | |
---|---|
s |
String
|