NoSuchFieldExceptionpublic class NoSuchFieldException extends Exception Signals that the class doesn't have a field of a specified name. |
Constructors Summary |
---|
public NoSuchFieldException()Constructor.
super();
| public NoSuchFieldException(String s)Constructor with a detail message.
super(s);
|
|