X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.mapping%2Fsrc%2Forg%2Fsimantics%2Fmapping%2Fconstraint%2FTooManyUnboundVariablesException.java;h=cfcc15d21a088d29e50144cee752e2810f82a01e;hb=1dfeb7d5;hp=e095d2cdb76d9a235365468be7fb0d454ffb63c3;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.mapping/src/org/simantics/mapping/constraint/TooManyUnboundVariablesException.java b/bundles/org.simantics.mapping/src/org/simantics/mapping/constraint/TooManyUnboundVariablesException.java index e095d2cdb..cfcc15d21 100644 --- a/bundles/org.simantics.mapping/src/org/simantics/mapping/constraint/TooManyUnboundVariablesException.java +++ b/bundles/org.simantics.mapping/src/org/simantics/mapping/constraint/TooManyUnboundVariablesException.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.mapping.constraint; - -public class TooManyUnboundVariablesException extends Exception { - - /** - * - */ - private static final long serialVersionUID = 5441312486323174904L; - - public TooManyUnboundVariablesException() { - super(); - } - - public TooManyUnboundVariablesException(String message, Throwable cause) { - super(message, cause); - } - - public TooManyUnboundVariablesException(String message) { - super(message); - } - - public TooManyUnboundVariablesException(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.mapping.constraint; + +public class TooManyUnboundVariablesException extends Exception { + + /** + * + */ + private static final long serialVersionUID = 5441312486323174904L; + + public TooManyUnboundVariablesException() { + super(); + } + + public TooManyUnboundVariablesException(String message, Throwable cause) { + super(message, cause); + } + + public TooManyUnboundVariablesException(String message) { + super(message); + } + + public TooManyUnboundVariablesException(Throwable cause) { + super(cause); + } + +}