Package jadex.model

Interface IErrorReport

All Superinterfaces:
Serializable

public interface IErrorReport extends Serializable
The interface for an error report of loaded models.
  • Method Details

    • getErrorText

      String getErrorText()
      Get the text representation of the report.
      Returns:
      The text.
    • getErrorHTML

      String getErrorHTML()
      Get the html representation of the report.
      Returns:
      The html string.
    • getDocuments

      Map<String,String> getDocuments()
      Get the external documents. (model -> report)
      Returns:
      The external documents.