Initial opendaylight infrastructure commit!!
[controller.git] / third-party / openflowj / src / main / java / org / openflow / example / cli / ParseException.java
1 package org.openflow.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 }