4.2.5. Default Search Order for Method Selection
If the language processor does not find a match for the message name, the
language processor checks the object for a method name UNKNOWN. If it exists,
the language processor calls the UNKNOWN method and returns as the message
result any result the UNKNOWN method returns. The UNKNOWN method arguments
are the original message name and a Rexx array containing the original message
arguments.
If the object does not have an UNKNOWN method, the language processor
raises a NOMETHOD condition. If there are no active traps for the NOMETHOD condition,
a syntax error is raised.