Top Description Fields Constructors
java.lang

public Class NoSuchFieldException

extends ReflectiveOperationException
Class Inheritance

Signals that the class doesn't have a field of a specified name.
Since
1.1

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
NoSuchFieldException()

Constructor.

public
NoSuchFieldException(String
the detail message
s
)

Constructor with a detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.ReflectiveOperationException.serialVersionUID.

Annotations
@Serial

Constructor Detail

NoSuchFieldExceptionback to summary
public NoSuchFieldException()

Constructor.

NoSuchFieldExceptionback to summary
public NoSuchFieldException(String s)

Constructor with a detail message.

Parameters
s:String

the detail message