]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/threedee/ThreeDException.java
Moved source into separate src directory due to popular request
[GpsPrune.git] / tim / prune / threedee / ThreeDException.java
diff --git a/tim/prune/threedee/ThreeDException.java b/tim/prune/threedee/ThreeDException.java
deleted file mode 100644 (file)
index 45cfce0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package tim.prune.threedee;
-
-/**
- * Class to hold Exceptions thrown by 3d routines
- */
-public class ThreeDException extends Exception
-{
-
-       /**
-        * Constructor
-        * @param message error text
-        */
-       public ThreeDException(String message)
-       {
-               super(message);
-       }
-}