var oSomeObject = { x: 123 }; try { sender.signal.connect( oSomeObject, "functionThatDoesNotExist" ); } catch (e) { print( e ); }