NO_SUCH_METHOD_METHOD_NAME property
The name of the method that will be invoked if an attempt is made to invoke an undefined method on an object.
Implementation
static final String NO_SUCH_METHOD_METHOD_NAME = "noSuchMethod";
The name of the method that will be invoked if an attempt is made to invoke an undefined method on an object.
static final String NO_SUCH_METHOD_METHOD_NAME = "noSuchMethod";