The final restructured version for automatic build using maven tycho
[Mograsim.git] / net.mograsim.machine / src / net / mograsim / machine / MachineException.java
diff --git a/net.mograsim.machine/src/net/mograsim/machine/MachineException.java b/net.mograsim.machine/src/net/mograsim/machine/MachineException.java
deleted file mode 100644 (file)
index ee9026a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-package net.mograsim.machine;
-
-public class MachineException extends RuntimeException
-{
-
-       /**
-        * 
-        */
-       private static final long serialVersionUID = 6224307211078376836L;
-
-       public MachineException()
-       {
-               super();
-       }
-
-       public MachineException(String message)
-       {
-               super(message);
-       }
-
-       public MachineException(Throwable cause)
-       {
-               super(cause);
-       }
-}