X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fexception%2FDatabaseException.java;h=591361c9b0370af6fd420c39be96e5d6f26ca9f2;hb=321607bdbd3ca800128d40b5511092f71cb66367;hp=5a64bd010a6d792ed16bbc6c2c78090a62f97020;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/exception/DatabaseException.java b/bundles/org.simantics.db/src/org/simantics/db/exception/DatabaseException.java index 5a64bd010..591361c9b 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/exception/DatabaseException.java +++ b/bundles/org.simantics.db/src/org/simantics/db/exception/DatabaseException.java @@ -18,25 +18,27 @@ import org.simantics.db.ReadGraph; import org.simantics.db.Resource; /** - * - * A base class for exceptions in org.simantics.db. - * - * There are three classes of DatabaseException - * - * - * The resources related to an exception are available for pretty printing uses. - * - * @author Antti Villberg - * @version 0.7 - * @see ValidationException - * @see ServiceException - * @see AssumptionException - * - */ +* +* A base class for exceptions in org.simantics.db. +* +* There are three classes of DatabaseException +* +* +* The resources related to an exception are available for pretty printing uses. +* +* @author Antti Villberg +* @version 0.7 +* @see ValidationException +* @see ServiceException +* @see AssumptionException +* @see VariableException +* +*/ public class DatabaseException extends Exception { private static final long serialVersionUID = -6234485044648476711L;