]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/undo/UndoException.java
Moved source into separate src directory due to popular request
[GpsPrune.git] / tim / prune / undo / UndoException.java
diff --git a/tim/prune/undo/UndoException.java b/tim/prune/undo/UndoException.java
deleted file mode 100644 (file)
index 1c0cebb..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package tim.prune.undo;
-
-/**
- * Exception thrown when undo operation fails
- */
-public class UndoException extends Exception
-{
-       /**
-        * Constructor
-        * @param inMessage description of operation which failed
-        */
-       public UndoException(String inMessage)
-       {
-               super(inMessage);
-       }
-}