update verigraph
[parser.git] / verigraph / src / it / polito / verigraph / exception / DataNotFoundException.java
@@ -6,18 +6,14 @@
  * which accompanies this distribution, and is available at
  * http://www.apache.org/licenses/LICENSE-2.0
  *******************************************************************************/
-
-package it.polito.escape.verify.exception;
+package it.polito.verigraph.exception;
 
 public class DataNotFoundException extends RuntimeException {
 
-       /**
-        *
-        */
-       private static final long serialVersionUID = -6012364193903183208L;
+    private static final long serialVersionUID = -6012364193903183208L;
 
-       public DataNotFoundException(String message) {
-               super(message);
-       }
+    public DataNotFoundException(String message) {
+        super(message);
+    }
 
-}
+}
\ No newline at end of file