Fixed build failure in openflow_netty project
[openflowplugin.git] / openflow-codec / src / main / java / org / openflow / codec / example / cli / ParseException.java
1 package org.openflow.codec.example.cli;
2
3 public class ParseException extends Exception {
4
5     public ParseException(String msg) {
6         super(msg);
7     }
8
9     /**
10      *
11      */
12     private static final long serialVersionUID = 1L;
13
14 }