Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4638 - branches/WebAdmin/perfSONARWebAdmin/admin/wizard

Subject: perfsonar development work

List archive

perfsonar: r4638 - branches/WebAdmin/perfSONARWebAdmin/admin/wizard


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4638 - branches/WebAdmin/perfSONARWebAdmin/admin/wizard
  • Date: Tue, 21 Oct 2008 05:28:53 -0400

Author: pgerakios
Date: 2008-10-21 05:28:53 -0400 (Tue, 21 Oct 2008)
New Revision: 4638

Modified:
branches/WebAdmin/perfSONARWebAdmin/admin/wizard/Wizard.java
Log:


Modified: branches/WebAdmin/perfSONARWebAdmin/admin/wizard/Wizard.java
===================================================================
--- branches/WebAdmin/perfSONARWebAdmin/admin/wizard/Wizard.java
2008-10-20 14:18:51 UTC (rev 4637)
+++ branches/WebAdmin/perfSONARWebAdmin/admin/wizard/Wizard.java
2008-10-21 09:28:53 UTC (rev 4638)
@@ -116,10 +116,19 @@
"Error! No configuration
handler has been set in servlet.properties file!\n");
}

- } catch (Exception e) {
+ }
+ catch ( MaskedException e )
+ {
+ e.print();
throw new ServletException("Error loading critical
properties!\n"
+ e.getMessage() + "\n");
+
}
+ catch (Exception e) {
+ e.printStackTrace();
+ throw new ServletException("Error loading critical
properties!\n"
+ + e.getMessage() + "\n");
+ }

}




  • perfsonar: r4638 - branches/WebAdmin/perfSONARWebAdmin/admin/wizard, svnlog, 10/21/2008

Archive powered by MHonArc 2.6.16.

Top of Page