X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FCellParseException.java;fp=bundles%2Forg.simantics.spreadsheet.common%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2Fcommon%2Fexception%2FCellParseException.java;h=d5025bed5832e9da2c042e9dd370c229146a7604;hb=c07a3818f0024e932a27eb85cbfd3f2291475a65;hp=055c002acda00b05a020bfbe52ef640aa174b56c;hpb=6c99e980d250fb9201aba93be7dcb1f55564dccd;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/exception/CellParseException.java b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CellParseException.java similarity index 93% rename from bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/exception/CellParseException.java rename to bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CellParseException.java index 055c002ac..d5025bed5 100644 --- a/bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/exception/CellParseException.java +++ b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/CellParseException.java @@ -9,7 +9,7 @@ * Contributors: * VTT Technical Research Centre of Finland - initial API and implementation *******************************************************************************/ -package org.simantics.spreadsheet.common.exception; +package org.simantics.spreadsheet; public class CellParseException extends RuntimeException { @@ -18,5 +18,5 @@ public class CellParseException extends RuntimeException { public CellParseException(String message) { super(message); } - + }