workaround for the view to start : done by mbaudier via VPN to bsinou work station
[lgpl/argeo-commons.git] / osgi / plugins / org.argeo.osgi.ui.explorer / src / main / java / org / argeo / osgi / ui / explorer / views / BundlesView.java
index 19e463dee147a33c1e1664c7743c8fb27787c52e..291887f93d87f51c207529d3921983f24101c4ce 100644 (file)
@@ -35,7 +35,7 @@ public class BundlesView extends ViewPart {
                // FIXME methodNotFound issue in RAP when built in Maven against RCP
                try {
                        ColumnViewerToolTipSupport.enableFor(viewer);
-               } catch (Exception e) {
+               } catch (Error e) {
                        //String prop = Table.ENABLE_CELL_TOOLTIP;
                        String prop = "org.eclipse.swt.widgets.Table#enableCellToolTip";
                        viewer.getControl().setData(prop, Boolean.TRUE);