Class ContentErrorCode
- java.lang.Object
-
- com.aquima.interactions.foundation.report.ErrorCode
-
- com.aquima.interactions.composer.ds.ContentErrorCode
-
- All Implemented Interfaces:
Serializable
,Comparable<ErrorCode>
public class ContentErrorCode extends ErrorCode
ErrorCode implementation for content item related errors.- Since:
- 6.4
- Author:
- O. Kerpershoek
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ContentErrorCode(String code, String englishText, String[] parameterNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-