NoSuchFieldException

public class NoSuchFieldException extends ReflectiveOperationException

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

Public Constructor Summary

NoSuchFieldException()
Constructor.
NoSuchFieldException(String s)
Constructor with a detail message.

Inherited Method Summary

Public Constructors

public NoSuchFieldException ()

Constructor.

public NoSuchFieldException (String s)

Constructor with a detail message.

Parameters
s the detail message