148149150151152153154155
} catch (IOException ex) { throw (IOException) new IOException("Cannot read the test resource.") .initCause(ex); } catch (ScriptException scriptEx) { error = new QUnitException(scriptEx); } }