219220221222223224225226227228229
* execution of a script. */ public int getFailingLineNumber() { if (getCause() instanceof RhinoException) { final RhinoException cause = (RhinoException) getCause(); return cause.lineNumber(); } return -1; }