14121413141414151416141714181419142014211422
ErrorHandler errorHandler = com.vaadin.server.ErrorEvent .findErrorHandler(UI.this); if (errorHandler == null) { errorHandler = new DefaultErrorHandler(); } errorHandler.error(errorEvent); } } catch (Exception e) {
13101311131213131314131513161317131813191320