// Null out the default uncaught exception handler since we will control it.
GWT.setUncaughtExceptionHandler(null);
}
public void onModuleLoad() {
clientInfo = new ClientInfo(parseQueryParamInteger(
SESSIONID_QUERY_PARAM, -1), getUserAgentProperty());
maxRetryCount = parseQueryParamInteger(RETRYCOUNT_QUERY_PARAM, -1);
currentBlock = checkForQueryParamTestToRun();
if (currentBlock != null) {
/*