X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fexception%2FVariableException.java;h=4576391e9519f8ed79fd5aad3bc991e13b3a0dba;hb=f076af22b4e9ac96e475d9d226ed2f9ad015c3b8;hp=a116dd19e35eac419eab60c3f6316e6fc78d951e;hpb=969bd23cab98a79ca9101af33334000879fb60c5;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.layer0/src/org/simantics/db/layer0/exception/VariableException.java index a116dd19e..4576391e9 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/exception/VariableException.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/exception/VariableException.java @@ -1,36 +1,36 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.db.layer0.exception; - -import org.simantics.db.exception.DatabaseException; - -public class VariableException extends DatabaseException { - - private static final long serialVersionUID = -1479596137621167295L; - - public VariableException() { - super(); - } - - public VariableException(String message) { - super(message); - } - - public VariableException(String message, Throwable cause) { - super(message, cause); - } - - public VariableException(Throwable cause) { - super(cause); - } - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.db.layer0.exception; + +import org.simantics.db.exception.DatabaseException; + +public class VariableException extends DatabaseException { + + private static final long serialVersionUID = -1479596137621167295L; + + public VariableException() { + super(); + } + + public VariableException(String message) { + super(message); + } + + public VariableException(String message, Throwable cause) { + super(message, cause); + } + + public VariableException(Throwable cause) { + super(cause); + } + +}