Module java.base
Package java.lang

Class NoSuchFieldException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoSuchFieldException extends ReflectiveOperationException
Signals that the class doesn't have a field of a specified name.
Since:
1.1
See Also: