From 9b4647f1ae8c3f41163d0d4053504dab861d0c94 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 7 Mar 2011 13:50:24 +0000 Subject: Emergency impending hard drive failure dump - lots of changes on the frontend, but they're all potentially controversial so I'm not pushing to master yet. Beginnings of show viewer. Application now run through demo menu, which allows for the links between modules to be tested. --- src/uk/org/ury/database/exceptions/QueryFailureException.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uk/org/ury/database/exceptions/QueryFailureException.java') diff --git a/src/uk/org/ury/database/exceptions/QueryFailureException.java b/src/uk/org/ury/database/exceptions/QueryFailureException.java index d7b3e5b..5293a7c 100644 --- a/src/uk/org/ury/database/exceptions/QueryFailureException.java +++ b/src/uk/org/ury/database/exceptions/QueryFailureException.java @@ -3,6 +3,7 @@ */ package uk.org.ury.database.exceptions; + /** * Exception thrown when the database backend fails to execute * a query. -- cgit v1.2.3