/**@class java.lang.NoSuchFieldException
@extends java.lang.ReflectiveOperationException

 Thrown when the VM notices that a program tries to reference,
 on a class or object, a field that does not exist.
*/
var NoSuchFieldException = {


};