This exception signals that the specified field does not exist in the specified class.
public class NoSuchFieldException extends Exception {
// Public Constructors
public NoSuchFieldException();
public NoSuchFieldException(String s);
}
Object->Throwable(Serializable)->Exception->NoSuchFieldException
Class.getDeclaredField(), Class.getField()