]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/exception/PendingVariableException.java
Replace instantiations of DatabaseException with more specific
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / exception / PendingVariableException.java
index da0e51eecadd4921df7b06b944f82caa53e81deb..3972140b92a7fc2ea7258106f9c87ea4490ffb83 100644 (file)
@@ -12,6 +12,7 @@
 package org.simantics.db.layer0.exception;
 
 import org.simantics.db.Resource;
+import org.simantics.db.exception.VariableException;
 
 
 public class PendingVariableException extends VariableException {