diff --git a/prism/src/explicit/StateModelChecker.java b/prism/src/explicit/StateModelChecker.java index b705009d..77f0dc1e 100644 --- a/prism/src/explicit/StateModelChecker.java +++ b/prism/src/explicit/StateModelChecker.java @@ -665,7 +665,7 @@ public class StateModelChecker extends PrismComponent case ExpressionFunc.LOG: return checkExpressionFuncBinary(model, expr, statesOfInterest); case ExpressionFunc.MULTI: - throw new PrismNotSupportedException("Multi-objective model checking is not supported for " + model.getModelType() + "s"); + throw new PrismNotSupportedException("Multi-objective model checking is not supported for " + model.getModelType() + "s with the explicit engine"); default: throw new PrismException("Unrecognised function \"" + expr.getName() + "\""); }