]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/wizards/ImportFileSystemWizard.java
-> Finalisation of file download for RAP
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui.jcr / src / main / java / org / argeo / eclipse / ui / jcr / wizards / ImportFileSystemWizard.java
index 14a30174945d58d19749fc10ac65355da46d736d..e52fa6768aba927a95b0b2d6b54d3fc567f5c33e 100644 (file)
@@ -38,8 +38,12 @@ public class ImportFileSystemWizard extends Wizard {
 
        @Override
        public void addPages() {
-               page1 = new ImportFileSystemWizardPage();
-               addPage(page1);
+               try {
+                       page1 = new ImportFileSystemWizardPage();
+                       addPage(page1);
+               } catch (Exception e) {
+                       e.printStackTrace();
+               }
        }
 
        /**