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 Details

    • NotableMessages

      public NotableMessages​(List<String> errors, List<String> warnings)
      Parameters:
      errors - The notable errors in the IOBUFs.
      warnings - The notable warnings in the IOBUFs.
  • Method Details