src/share/classes/java/lang/NoSuchFieldException.java

Print this page

        

*** 29,39 **** * Signals that the class doesn't have a field of a specified name. * * @author unascribed * @since JDK1.1 */ ! public class NoSuchFieldException extends Exception { private static final long serialVersionUID = -6143714805279938260L; /** * Constructor. */ --- 29,39 ---- * Signals that the class doesn't have a field of a specified name. * * @author unascribed * @since JDK1.1 */ ! public class NoSuchFieldException extends ReflectiveOperationException { private static final long serialVersionUID = -6143714805279938260L; /** * Constructor. */