We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1663e0e commit f45fd45Copy full SHA for f45fd45
com.siemens.jminizinc.diag/src/main/java/at/siemens/ct/jmz/diag/ConsistencyChecker.java
@@ -89,7 +89,7 @@ private String callExecutor() throws DiagnosisException {
89
executor.startProcess(modelWriter);
90
executor.waitForSolution();
91
} catch (IOException e) {
92
- throw new DiagnosisException("Solver could not be started", e);
+ throw new DiagnosisException("Solver could not be started. " + e.getMessage(), e);
93
} catch (InterruptedException e) {
94
}
95
0 commit comments