X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.layer0.utils%2Fsrc%2Forg%2Fsimantics%2Flayer0%2Futils%2FOntologyNotFound.java;h=f9ed03735ceb3632751a1b4ec2a15638f3b15c10;hb=edbb4df64407826271ee6423451401684e9cd68c;hp=7623461f4aa6c95c7f530d626c6a5203a48e6607;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/OntologyNotFound.java b/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/OntologyNotFound.java index 7623461f4..f9ed03735 100644 --- a/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/OntologyNotFound.java +++ b/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/OntologyNotFound.java @@ -1,34 +1,34 @@ -/******************************************************************************* - * 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.layer0.utils; - -public class OntologyNotFound extends RuntimeException { - - private static final long serialVersionUID = 8195339389147727898L; - - public OntologyNotFound() { - super(); - } - - public OntologyNotFound(String message, Throwable cause) { - super(message, cause); - } - - public OntologyNotFound(String message) { - super(message); - } - - public OntologyNotFound(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.layer0.utils; + +public class OntologyNotFound extends RuntimeException { + + private static final long serialVersionUID = 8195339389147727898L; + + public OntologyNotFound() { + super(); + } + + public OntologyNotFound(String message, Throwable cause) { + super(message, cause); + } + + public OntologyNotFound(String message) { + super(message); + } + + public OntologyNotFound(Throwable cause) { + super(cause); + } + +}