public class ErrorReport extends Object implements IErrorReport
Constructor and Description |
---|
ErrorReport() |
ErrorReport(String errtext,
String errhtml,
Map documents) |
Modifier and Type | Method and Description |
---|---|
Map |
getDocuments()
Get the external documents.
|
String |
getErrorHTML()
Get the html representation of the report.
|
String |
getErrorText()
Get the text representation of the report.
|
void |
setDocuments(Map documents)
Set the documents.
|
void |
setErrorHTML(String errhtml)
Set the errhtml.
|
void |
setErrorText(String errtext)
Set the errtext.
|
public String getErrorText()
getErrorText
in interface IErrorReport
public void setErrorText(String errtext)
errtext
- The errtext to set.public String getErrorHTML()
getErrorHTML
in interface IErrorReport
public void setErrorHTML(String errhtml)
errhtml
- The errhtml to set.public Map getDocuments()
getDocuments
in interface IErrorReport
public void setDocuments(Map documents)
documents
- The documents to set.Copyright © 2012. All Rights Reserved.