Package fr.becpg.repo.formulation
Class ReportableError
java.lang.Object
fr.becpg.repo.formulation.ReportableError
ReportableError class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReportableError(ReportableError.ReportableErrorType type, String message, org.alfresco.service.cmr.repository.MLText displayMessage, List<org.alfresco.service.cmr.repository.NodeRef> sources) Constructor for ReportableError. -
Method Summary
-
Field Details
-
type
-
message
-
displayMessage
private org.alfresco.service.cmr.repository.MLText displayMessage -
sources
-
-
Constructor Details
-
ReportableError
public ReportableError(ReportableError.ReportableErrorType type, String message, org.alfresco.service.cmr.repository.MLText displayMessage, List<org.alfresco.service.cmr.repository.NodeRef> sources) Constructor for ReportableError.
- Parameters:
type- aReportableError.ReportableErrorTypeobjectmessage- aStringobjectdisplayMessage- aMLTextobjectsources- aListobject
-
-
Method Details
-
getType
Getter for the field
type.- Returns:
- a
ReportableError.ReportableErrorTypeobject
-
getMessage
Getter for the field
message.- Returns:
- a
Stringobject
-
getDisplayMessage
public org.alfresco.service.cmr.repository.MLText getDisplayMessage()Getter for the field
displayMessage.- Returns:
- a
MLTextobject
-
getSources
Getter for the field
sources.- Returns:
- a
Listobject
-
toString
-
hashCode
public int hashCode() -
equals
-