Class ContentErrorCode
java.lang.Object
com.aquima.interactions.foundation.report.ErrorCode
com.aquima.interactions.composer.ds.ContentErrorCode
- All Implemented Interfaces:
Serializable
,Comparable<ErrorCode>
ErrorCode implementation for content item related errors.
- Since:
- 6.4
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ContentErrorCode
(String code, String englishText, String[] parameterNames) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getElementName
(Map<String, String> blamedElements) protected String
getElementType
(Map<String, String> blamedElements) Methods inherited from class com.aquima.interactions.foundation.report.ErrorCode
compareTo, create, createWith, createWith, createWith, createWith, equals, getCode, getEnglishText, getInternalText, getParameterCount, getParameterNames, hashCode, isTyped, toString
-
Constructor Details
-
ContentErrorCode
-
-
Method Details
-
getElementName
- Specified by:
getElementName
in classErrorCode
-
getElementType
- Specified by:
getElementType
in classErrorCode
-