X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.simulator.variable%2Fsrc%2Forg%2Fsimantics%2Fsimulator%2Fvariable%2Fexceptions%2FNoSuchNodeException.java;h=7ffd567310d5cffdc31b5fe34689910a468859f3;hp=c428b8691923a42d5d0c576ee5c1882e4463a057;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.simulator.variable/src/org/simantics/simulator/variable/exceptions/NoSuchNodeException.java b/bundles/org.simantics.simulator.variable/src/org/simantics/simulator/variable/exceptions/NoSuchNodeException.java index c428b8691..7ffd56731 100644 --- a/bundles/org.simantics.simulator.variable/src/org/simantics/simulator/variable/exceptions/NoSuchNodeException.java +++ b/bundles/org.simantics.simulator.variable/src/org/simantics/simulator/variable/exceptions/NoSuchNodeException.java @@ -1,23 +1,23 @@ -/******************************************************************************* - * Copyright (c) 2013 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 - * Semantum Oy - initial API and implementation - *******************************************************************************/ -package org.simantics.simulator.variable.exceptions; - -public class NoSuchNodeException extends NodeManagerException { - - private static final long serialVersionUID = 795473760240846723L; - - public NoSuchNodeException(String message) { - super(message); - } - -} +/******************************************************************************* + * Copyright (c) 2013 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 + * Semantum Oy - initial API and implementation + *******************************************************************************/ +package org.simantics.simulator.variable.exceptions; + +public class NoSuchNodeException extends NodeManagerException { + + private static final long serialVersionUID = 795473760240846723L; + + public NoSuchNodeException(String message) { + super(message); + } + +}