aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-03-04 16:55:19 -0500
committerLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-03-04 16:55:19 -0500
commitc92f1b8c18ba98eec84b24b546d901ef6ce7707d (patch)
tree74e853e009cd32cb766cff3215627c75fb27776b
parentderived feature referred query searcher expanded (diff)
downloadVIATRA-Generator-c92f1b8c18ba98eec84b24b546d901ef6ce7707d.tar.gz
VIATRA-Generator-c92f1b8c18ba98eec84b24b546d901ef6ce7707d.tar.zst
VIATRA-Generator-c92f1b8c18ba98eec84b24b546d901ef6ce7707d.zip
More explanation added to exception
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic2ecore/src/hu/bme/mit/inf/dslreasoner/logic2ecore/Logic2Ecore.xtend2
1 files changed, 1 insertions, 1 deletions
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic2ecore/src/hu/bme/mit/inf/dslreasoner/logic2ecore/Logic2Ecore.xtend b/Framework/hu.bme.mit.inf.dslreasoner.logic2ecore/src/hu/bme/mit/inf/dslreasoner/logic2ecore/Logic2Ecore.xtend
index 65328a3a..fb8c9d66 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic2ecore/src/hu/bme/mit/inf/dslreasoner/logic2ecore/Logic2Ecore.xtend
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic2ecore/src/hu/bme/mit/inf/dslreasoner/logic2ecore/Logic2Ecore.xtend
@@ -88,7 +88,7 @@ class Logic2Ecore {
88 return candidate 88 return candidate
89 } 89 }
90 } 90 }
91 throw new AssertionError("Object has no unique concrete type!") 91 throw new AssertionError('''Object has no unique concrete type! Types: [«FOR c:classes SEPARATOR ","»«c.name»«ENDFOR»]''')
92 } 92 }
93 93
94 def getRoot(Collection<EObject> objects) { 94 def getRoot(Collection<EObject> objects) {