Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / util / ExceptionHandler.java
index a5807a9..baceffd 100644 (file)
@@ -23,19 +23,19 @@ public class ExceptionHandler {
                                                IStatus.ERROR, message, t));
        }
 
-       public static void handle(CoreException e, String title, String message) {
-               handle(e, WebUI.getActiveWorkbenchShell(), title, message);
-       }
+//     public static void handle(CoreException e, String title, String message) {
+//             handle(e, WebUI.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, WebUI.getActiveWorkbenchShell(), title, message);
-       }
+//     public static void handle(InvocationTargetException e, String title,
+//                     String message) {
+//             handle(e, WebUI.getActiveWorkbenchShell(), title, message);
+//     }
 
        public static void handle(InvocationTargetException e, Shell parent,
                        String title, String message) {