java.lang.NoSuchFieldException (JDK 1.1)
This exception signals that the specified field does not exist in the specified class.
public classNoSuchFieldExceptionextends Exception { //Public ConstructorspublicNoSuchFieldException(); publicNoSuchFieldException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->NoSuchFieldException
Thrown By:
Class.getDeclaredField(), Class.getField()