1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / util / ExceptionHandler.java
index bdae82b..11c733f 100644 (file)
@@ -22,19 +22,19 @@ public class ExceptionHandler {
                                                IStatus.ERROR, message, t));
        }
 
-       public static void handle(CoreException e, String title, String message) {
-               handle(e, PHPeclipsePlugin.getActiveWorkbenchShell(), title, message);
-       }
+//     public static void handle(CoreException e, String title, String message) {
+//             handle(e, PHPeclipsePlugin.getActiveWorkbenchShell(), title, message);
+//     }
 
        public static void handle(CoreException e, Shell parent, String title,
                        String message) {
                fgInstance.perform(e, parent, title, message);
        }
 
-       public static void handle(InvocationTargetException e, String title,
-                       String message) {
-               handle(e, PHPeclipsePlugin.getActiveWorkbenchShell(), title, message);
-       }
+//     public static void handle(InvocationTargetException e, String title,
+//                     String message) {
+//             handle(e, PHPeclipsePlugin.getActiveWorkbenchShell(), title, message);
+//     }
 
        public static void handle(InvocationTargetException e, Shell parent,
                        String title, String message) {