The final restructured version for automatic build using maven tycho
[Mograsim.git] / net.mograsim.machine / src / net / mograsim / machine / isa / types / AsmNumberFormatException.java
diff --git a/net.mograsim.machine/src/net/mograsim/machine/isa/types/AsmNumberFormatException.java b/net.mograsim.machine/src/net/mograsim/machine/isa/types/AsmNumberFormatException.java
deleted file mode 100644 (file)
index 4fb4af6..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package net.mograsim.machine.isa.types;
-
-public class AsmNumberFormatException extends AsmException
-{
-       private static final long serialVersionUID = 1L;
-
-       public AsmNumberFormatException(Exception cause, String message, Object... formatArgs)
-       {
-               super(cause, message, formatArgs);
-       }
-
-       public AsmNumberFormatException(String message, Object... formatArgs)
-       {
-               super(message, formatArgs);
-       }
-}