X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fexception%2FValueTypeMismatchException.java;h=eb3d03707629933e8c58c2fcff844996bf2bef54;hp=f6bd361926b4d0e2f6eb626cecbd1569df4d2cb9;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.db/src/org/simantics/db/exception/ValueTypeMismatchException.java b/bundles/org.simantics.db/src/org/simantics/db/exception/ValueTypeMismatchException.java index f6bd36192..eb3d03707 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/exception/ValueTypeMismatchException.java +++ b/bundles/org.simantics.db/src/org/simantics/db/exception/ValueTypeMismatchException.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.db.exception; - -public class ValueTypeMismatchException extends RuntimeException { - - private static final long serialVersionUID = 6152060480655939004L; - - public ValueTypeMismatchException() { - super(); - } - - public ValueTypeMismatchException(String message, Throwable cause) { - super(message, cause); - } - - public ValueTypeMismatchException(String message) { - super(message); - } - - public ValueTypeMismatchException(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.exception; + +public class ValueTypeMismatchException extends RuntimeException { + + private static final long serialVersionUID = 6152060480655939004L; + + public ValueTypeMismatchException() { + super(); + } + + public ValueTypeMismatchException(String message, Throwable cause) { + super(message, cause); + } + + public ValueTypeMismatchException(String message) { + super(message); + } + + public ValueTypeMismatchException(Throwable cause) { + super(cause); + } + +}