Removed legacy code that wasn't being used.
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / example / cli / ParseException.java
diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/example/cli/ParseException.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/example/cli/ParseException.java
deleted file mode 100644 (file)
index f59d70a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.openflow.codec.example.cli;
-
-public class ParseException extends Exception {
-
-    public ParseException(String msg) {
-        super(msg);
-    }
-
-    /**
-     *
-     */
-    private static final long serialVersionUID = 1L;
-
-}