From 4626d529a57b1a87705ac6c22e2be2d3a0f19838 Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Thu, 21 Jul 2016 08:12:35 +0000 Subject: [PATCH] Code tidy git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11529 bbc10eb1-c90d-0410-af57-cb519fbb1720 --- prism/src/explicit/ConstructModel.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prism/src/explicit/ConstructModel.java b/prism/src/explicit/ConstructModel.java index 2d62b77f..27b85a3f 100644 --- a/prism/src/explicit/ConstructModel.java +++ b/prism/src/explicit/ConstructModel.java @@ -204,6 +204,7 @@ public class ConstructModel extends PrismComponent case STPG: case SMG: case PTA: + case LTS: throw new PrismNotSupportedException("Model construction not supported for " + modelType + "s"); } } @@ -267,6 +268,7 @@ public class ConstructModel extends PrismComponent case STPG: case SMG: case PTA: + case LTS: throw new PrismNotSupportedException("Model construction not supported for " + modelType + "s"); } } @@ -344,6 +346,7 @@ public class ConstructModel extends PrismComponent case STPG: case SMG: case PTA: + case LTS: throw new PrismNotSupportedException("Model construction not supported for " + modelType + "s"); } model.setStatesList(statesList);