Class ElementErrorCode
java.lang.Object
com.aquima.interactions.foundation.report.ErrorCode
com.aquima.interactions.composer.ds.ElementErrorCode
- All Implemented Interfaces:
Serializable
,Comparable<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:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ElementErrorCode
(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
-
Method Details
-
getElementName
- Specified by:
getElementName
in classErrorCode
-
getElementType
- Specified by:
getElementType
in classErrorCode
-