summaryrefslogtreecommitdiff
path: root/bcdd/Exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'bcdd/Exceptions.py')
-rw-r--r--bcdd/Exceptions.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/bcdd/Exceptions.py b/bcdd/Exceptions.py
new file mode 100644
index 0000000..16970b5
--- /dev/null
+++ b/bcdd/Exceptions.py
@@ -0,0 +1,14 @@
+class DllNotFoundException(Exception):
+ pass
+
+
+class FieldNotFoundException(Exception):
+ pass
+
+
+class ParScoreInvalidException(FieldNotFoundException):
+ pass
+
+
+class DDTableInvalidException(FieldNotFoundException):
+ pass