Temporarily removed all references to com.quantum.util.connection.NotConnectedException
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPCompletionProcessor.java
index fbddc52..fb18a6a 100644 (file)
@@ -79,7 +79,7 @@ import org.eclipse.ui.IEditorPart;
 import org.eclipse.ui.IFileEditorInput;
 
 import com.quantum.ExternalInterface;
-import com.quantum.util.connection.NotConnectedException;
+// import com.quantum.util.connection.NotConnectedException;
 
 /**
  * Example PHP completion processor.
@@ -909,7 +909,7 @@ public class PHPCompletionProcessor implements IContentAssistProcessor {
           sqlResults[i] = (SQLProposal) sqlList.get(i);
         }
         //            }
-      } catch (NotConnectedException e) {
+      } catch (Exception /* NotConnectedException */ e) {
         // ignore this - not mission critical
         //        } catch (SQLException e) {
         //          e.printStackTrace();