X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fexception%2FVariableException.java;fp=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fexception%2FVariableException.java;h=64b5b8d7ba59f3d42a3db5dd8557f1506bdc99ec;hb=321607bdbd3ca800128d40b5511092f71cb66367;hp=4576391e9519f8ed79fd5aad3bc991e13b3a0dba;hpb=e18cdb01663e3ebdae25e66bf158348bbf823a07;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/exception/VariableException.java b/bundles/org.simantics.db/src/org/simantics/db/exception/VariableException.java similarity index 86% rename from bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/exception/VariableException.java rename to bundles/org.simantics.db/src/org/simantics/db/exception/VariableException.java index 4576391e9..64b5b8d7b 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/exception/VariableException.java +++ b/bundles/org.simantics.db/src/org/simantics/db/exception/VariableException.java @@ -9,11 +9,13 @@ * Contributors: * VTT Technical Research Centre of Finland - initial API and implementation *******************************************************************************/ -package org.simantics.db.layer0.exception; +package org.simantics.db.exception; -import org.simantics.db.exception.DatabaseException; - -public class VariableException extends DatabaseException { +/** + * @author Tuukka Lehtonen + * + */ +public abstract class VariableException extends DatabaseException { private static final long serialVersionUID = -1479596137621167295L;