Temporarily removed all references to com.quantum.util.connection.NotConnectedException
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / actions / PHPOpenSQLTableEditorAction.java
index f5d10d9..2900c62 100644 (file)
@@ -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();
-          }
+          } 
       }
 
       //