Lines Matching refs:Exception
197 # raise Exception("Too few arguments")
203 # raise Exception("Failed to open database " + dbname + " error: " + db.lastError().text())
209 # raise Exception("Query failed: " + query.lastError().text())
211 # raise Exception("Query failed")
285 raise Exception("Too few or bad arguments")
318 raise Exception("Query failed: " + q.lastError().text())
757 raise Exception("COPY FROM STDIN PQconnectdb failed")
763 raise Exception("COPY FROM STDIN PQexec failed")
768 raise Exception("COPY FROM STDIN PQputCopyData failed, error " + str(ret))
772 raise Exception("COPY FROM STDIN PQputCopyEnd failed, error " + str(ret))