Most visited

Recently visited

Added in API level 1

NoSuchFieldException

public class NoSuchFieldException
extends ReflectiveOperationException

java.lang.Object
    java.lang.Throwable
      java.lang.Exception
        java.lang.ReflectiveOperationException
          java.lang.NoSuchFieldException


表示该类没有指定名称的字段。

摘要(Summary)

Public constructors

NoSuchFieldException()

构造函数。

NoSuchFieldException(String s)

具有详细消息的构造函数。

继承方法(Inherited methods)

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

Public constructors

NoSuchFieldException

Added in API level 1
NoSuchFieldException ()

构造函数。

NoSuchFieldException

Added in API level 1
NoSuchFieldException (String s)

具有详细消息的构造函数。

参数(Parameters)
s String: the detail message

Hooray!