if (typeof HyperlocalUgcFloodException != "function") { function HyperlocalUgcFloodException() { this.message = null; this.cause = null; this.javaClassName = null; this.stackTrace = []; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (WeatherAjaxController == null) var WeatherAjaxController = {}; WeatherAjaxController._path = '/dwr'; WeatherAjaxController.getWeather = function(callback) { dwr.engine._execute(WeatherAjaxController._path, 'WeatherAjaxController', 'getWeather', callback); }