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.void
setDocuments
(Map<String, String> documents) Set the documents.void
setErrorHTML
(String errhtml) Set the errhtml.void
setErrorText
(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:
getErrorText
in 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:
getErrorHTML
in 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:
getDocuments
in interfacejadex.model.IErrorReport
- Returns:
- The external documents.
-
setDocuments
Set the documents.- Parameters:
documents
- The documents to set.
-