Pyrogenesis  trunk
Namespaces | Functions
ScriptExceptions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ScriptException
 

Functions

bool ScriptException::IsPending (const ScriptRequest &rq)
 
bool ScriptException::CatchPending (const ScriptRequest &rq)
 Log and then clear the current pending exception. More...
 
void ScriptException::Raise (const ScriptRequest &rq, const char *format,...)
 Raise a JS exception from C++ code. More...