Commit fe793588 authored by dkasliwal's avatar dkasliwal

exception alert comment from catch block


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100945 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 257c5d89
...@@ -42,7 +42,7 @@ public class E12DashBoardPage extends Composite ...@@ -42,7 +42,7 @@ public class E12DashBoardPage extends Composite
initaliseGraphNGrid(parameterList); initaliseGraphNGrid(parameterList);
} catch (Exception e) } catch (Exception e)
{ {
Window.alert("Exception :: E12DashBoardPage parametarized constructor [" + e.getMessage() + "]"); //Window.alert("Exception :: E12DashBoardPage parametarized constructor [" + e.getMessage() + "]");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment