INTERFACEThe exceptionCB ; EXCEPTION BadMethod(TEXT);
BadMethod
is raised if the client did not implement the
callback-handling method invoke
, or if an error occurred in the
interpreter of the embedded language (e.g. Obliq) while interpreting
a call to invoke
.
END CB.