]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/NotFoundException.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / top / NotFoundException.java
diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/NotFoundException.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/top/NotFoundException.java
new file mode 100755 (executable)
index 0000000..2939636
--- /dev/null
@@ -0,0 +1,11 @@
+package org.simantics.scl.compiler.top;\r
+\r
+public class NotFoundException extends RuntimeException {\r
+\r
+    private static final long serialVersionUID = -2102244284639476787L;\r
+\r
+    public NotFoundException(String message) {\r
+        super(message);\r
+    }    \r
+    \r
+}\r