4546474849505152
*/ public boolean canServeLocally(String url) throws GearsException { try { return uncheckedCanServeLocally(url); } catch (JavaScriptException ex) { throw new GearsException(ex.getMessage(), ex); } }