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