Merge "Add CLI in verigraph."
[parser.git] / verigraph / src / it / polito / verigraph / exception / InvalidServiceTemplateException.java
diff --git a/verigraph/src/it/polito/verigraph/exception/InvalidServiceTemplateException.java b/verigraph/src/it/polito/verigraph/exception/InvalidServiceTemplateException.java
new file mode 100644 (file)
index 0000000..b5fb868
--- /dev/null
@@ -0,0 +1,18 @@
+/*******************************************************************************\r
+ * Copyright (c) 2018 Politecnico di Torino and others.\r
+ *\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Apache License, Version 2.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.apache.org/licenses/LICENSE-2.0\r
+ *******************************************************************************/\r
+package it.polito.verigraph.exception;\r
+\r
+public class InvalidServiceTemplateException extends RuntimeException {\r
+\r
+  private static final long serialVersionUID = -3138131670694139585L;\r
+\r
+  public InvalidServiceTemplateException(String message) {\r
+        super(message);\r
+    }\r
+}\r