Class ElementErrorCode
- java.lang.Object
-
- com.aquima.interactions.foundation.report.ErrorCode
-
- com.aquima.interactions.composer.ds.ElementErrorCode
-
- All Implemented Interfaces:
Serializable
,Comparable<ErrorCode>
public class ElementErrorCode extends ErrorCode
Error code implementation that uses the element name and type parameters to implement the getElementName and getElementType methods.- Since:
- 6.4
- Author:
- O. Kerpershoek
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ElementErrorCode(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
-
-