X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/ExceptionHandler.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/ExceptionHandler.java index bdae82b..11c733f 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/ExceptionHandler.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/ExceptionHandler.java @@ -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) {