Class NotableMessages
java.lang.Object
uk.ac.manchester.spinnaker.front_end.iobuf.NotableMessages
public class NotableMessages extends Object
The result of the IOBUF retrieval operations. Contains the notable errors and
warnings that were found.
- Author:
- Donal Fellows
-
Constructor Summary
Constructors Constructor Description NotableMessages(List<String> errors, List<String> warnings)
-
Method Summary
-
Constructor Details
-
NotableMessages
- Parameters:
errors
- The notable errors in the IOBUFs.warnings
- The notable warnings in the IOBUFs.
-
-
Method Details
-
getErrors
- Returns:
- The notable errors in the IOBUFs.
-
getWarnings
- Returns:
- The notable warnings in the IOBUFs.
-