Interface IntegrityValidating.Problem

Enclosing interface:
IntegrityValidating

public static interface IntegrityValidating.Problem
Integrity problem descriptor.
Since:
4.2.405
  • Method Summary

    Modifier and Type
    Method
    Description
    The 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

      Map<String,Object> 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 via Object.toString().
      Returns:
      The message context.
      Since:
      4.2.405