/**@class java.lang.NoSuchMethodException
@extends java.lang.ReflectiveOperationException
Thrown when the VM notices that a program tries to reference,
on a class or object, a method that does not exist.
*/
var NoSuchMethodException = {
};