()
| 100 | public String getErrorMessage() { return errorMsg; } |
| 101 | |
| 102 | public Exception getException() { return exception; } |
| 103 | |
| 104 | public List<OutputStats> getOutputs() { |
| 105 | return Collections.unmodifiableList(outputs); |
no outgoing calls
no test coverage detected