Package jadex.bpmn.model.io
Class ErrorReport
java.lang.Object
jadex.bpmn.model.io.ErrorReport
- All Implemented Interfaces:
jadex.model.IErrorReport,Serializable
Error report that holds information about model errors.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the external documents.Get the html representation of the report.Get the text representation of the report.voidsetDocuments(Map<String, String> documents) Set the documents.voidsetErrorHTML(String errhtml) Set the errhtml.voidsetErrorText(String errtext) Set the errtext.
-
Field Details
-
errtext
The error text. -
errhtml
The error html text. -
documents
The external reports.
-
-
Constructor Details
-
ErrorReport
public ErrorReport() -
ErrorReport
-
-
Method Details
-
getErrorText
Get the text representation of the report.- Specified by:
getErrorTextin interfacejadex.model.IErrorReport- Returns:
- The text.
-
setErrorText
Set the errtext.- Parameters:
errtext- The errtext to set.
-
getErrorHTML
Get the html representation of the report.- Specified by:
getErrorHTMLin interfacejadex.model.IErrorReport- Returns:
- The html string.
-
setErrorHTML
Set the errhtml.- Parameters:
errhtml- The errhtml to set.
-
getDocuments
Get the external documents. (model -> report)- Specified by:
getDocumentsin interfacejadex.model.IErrorReport- Returns:
- The external documents.
-
setDocuments
Set the documents.- Parameters:
documents- The documents to set.
-