public class NoSuchFieldException
extends ReflectiveOperationException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.ReflectiveOperationException | |||
↳ | java.lang.NoSuchFieldException |
表示该类没有指定名称的字段。
Public constructors |
|
---|---|
NoSuchFieldException() 构造函数。 |
|
NoSuchFieldException(String s) 具有详细消息的构造函数。 |
Inherited methods |
|
---|---|
From class java.lang.Throwable
|
|
From class java.lang.Object
|
NoSuchFieldException (String s)
具有详细消息的构造函数。
Parameters | |
---|---|
s |
String : the detail message |