Interface IntegrityValidating.Problem
- Enclosing interface:
- IntegrityValidating
public static interface IntegrityValidating.Problem
Integrity problem descriptor.
- Since:
- 4.2.405
-
Method Summary
Modifier and TypeMethodDescriptionThe resource code for producing a localized problem message.Get the context required for localizing the problem message.
-
Method Details
-
getMessageCode
String getMessageCode()The resource code for producing a localized problem message.- Returns:
- The message's code.
- Since:
- 4.2.405
-
getMessageContext
Get the context required for localizing the problem message. The keys of the context are treated as symbolic names of placeholders within the message and the corresponding values to deliver the replacement viaObject.toString()
.- Returns:
- The message context.
- Since:
- 4.2.405
-