With Qt4/QtQuick1.x, after obtaining a pointer to QScriptEngine, i was throwing exceptions with
@scriptEngine->currentContext()->throwError("Error string");@
However new QJSEngine class provides no such facilities. I've tried "QJSEngine::evaulate()" function but it has no effect. Any ideas?