NoSuchFieldException | java.lang |
Java 1.1 | serializable checked |
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);
}
Thrown By
Class.{getDeclaredField( ), getField(
)}
|