java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.ReflectiveOperationException
java.lang.NoSuchFieldException
- 所有已实现的接口:
-
Serializable
表示该类没有指定名称的字段。
- 自 JDK 版本:
- 1.1
- 参见:
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchFieldException
public NoSuchFieldException()构造函数。 -
NoSuchFieldException
带有详细消息的构造函数。- 参数:
-
s
- 详细消息
-