X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Felement%2FElementException.java;h=1403d0c11b43f3a2349361a0d411da9770ccce7b;hb=54eacf438e826514307668cfe26e6c6a63a21570;hp=27f8a8d9630084939bdc4f69f9e86577347c44df;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.g2d/src/org/simantics/g2d/element/ElementException.java b/bundles/org.simantics.g2d/src/org/simantics/g2d/element/ElementException.java index 27f8a8d96..1403d0c11 100644 --- a/bundles/org.simantics.g2d/src/org/simantics/g2d/element/ElementException.java +++ b/bundles/org.simantics.g2d/src/org/simantics/g2d/element/ElementException.java @@ -1,37 +1,37 @@ -/******************************************************************************* - * 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.g2d.element; - -/** - * @author Tuukka Lehtonen - */ -public class ElementException extends RuntimeException { - - private static final long serialVersionUID = -8473485490083340532L; - - public ElementException() { - super(); - } - - public ElementException(String message, Throwable cause) { - super(message, cause); - } - - public ElementException(String message) { - super(message); - } - - public ElementException(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.g2d.element; + +/** + * @author Tuukka Lehtonen + */ +public class ElementException extends RuntimeException { + + private static final long serialVersionUID = -8473485490083340532L; + + public ElementException() { + super(); + } + + public ElementException(String message, Throwable cause) { + super(message, cause); + } + + public ElementException(String message) { + super(message); + } + + public ElementException(Throwable cause) { + super(cause); + } + +}