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())
754 raise Exception("COPY FROM STDIN PQconnectdb failed")
760 raise Exception("COPY FROM STDIN PQexec failed")
765 raise Exception("COPY FROM STDIN PQputCopyData failed, error " + str(ret))
769 raise Exception("COPY FROM STDIN PQputCopyEnd failed, error " + str(ret))