X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/actions/PHPOpenSQLTableEditorAction.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/actions/PHPOpenSQLTableEditorAction.java index f5d10d9..2900c62 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/actions/PHPOpenSQLTableEditorAction.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/actions/PHPOpenSQLTableEditorAction.java @@ -35,7 +35,7 @@ import org.eclipse.ui.actions.ActionDelegate; import com.quantum.ExternalInterface; import com.quantum.QuantumPlugin; -import com.quantum.util.connection.NotConnectedException; +// import com.quantum.util.connection.NotConnectedException; public class PHPOpenSQLTableEditorAction extends ActionDelegate implements IEditorActionDelegate { @@ -117,13 +117,13 @@ public class PHPOpenSQLTableEditorAction extends ActionDelegate implements IEdit } catch (PartInitException e) { e.printStackTrace(); } - } catch (NotConnectedException e) { + } catch (SQLException e) { // TODO Auto-generated catch block e.printStackTrace(); - } catch (SQLException e) { + } catch (Exception /* NotConnectedException */ e) { // TODO Auto-generated catch block e.printStackTrace(); - } + } } //