X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.acorn%2Fsrc%2Forg%2Fsimantics%2Facorn%2Finternal%2FClusterChange.java;h=780ea4e053de836ab5f4f4fa45daf4799eba6581;hp=b1fbb5d9cd66ebc0674fa0c5bf276bc38384bd21;hb=4aba159170fc72d39c2f930ea224aa71f4cdc2e7;hpb=59cab457bcc89618e8557235fd65eaecbe583592 diff --git a/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterChange.java b/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterChange.java index b1fbb5d9c..780ea4e05 100644 --- a/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterChange.java +++ b/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/ClusterChange.java @@ -198,7 +198,7 @@ public final class ClusterChange { } if (0 != foreign) { if (foreign > 256) - throw new RuntimeDatabaseException("Internal error, contact application support." + + throw new RuntimeDatabaseException("Internal error." + "Too big foreing index=" + foreign + " max=256"); --foreign; bytes[byteIndex++] = foreign; @@ -211,7 +211,7 @@ public final class ClusterChange { if (DEBUG_STAT) info.sForeign = foreignTable.size(); if (clusterUID.equals(ClusterUID.Null)) - throw new RuntimeDatabaseException("Internal error, contact application support." + + throw new RuntimeDatabaseException("Internal error." + "Cluster unique id not defined for foreing cluster."); addForeignLong(resourceIndex, clusterUID); return ClusterEnum.ForeignLong;