} catch (JavaScriptException e) {
// the only simple solution is to forward it as a
// RuntimeException to be catched by event dispatching
// in BridgeEventSupport.java
// another solution will to give UserAgent to interpreters
throw new WrappedException(e);
}
}