if (!exceptions.isEmpty()) {
//XXX: externalize this message
RenderException exception = new RenderException(exceptions.size()
+ " exceptions we raised while drawing map graphics", exceptions.get(0)); //$NON-NLS-1$
exception.fillInStackTrace();
}
setState(DONE);
}
Job refreshJob = new Job("RefreshJob"){ //$NON-NLS-1$