Class XMLErrorResources_sv


public class XMLErrorResources_sv extends XMLErrorResources
Set up error messages. We build a two dimensional array of message keys and message strings. In order to add a new message here, you need to first add a String constant. And you need to enter key, value pair as part of the contents array. You also need to update MAX_CODE for error strings and MAX_WARNING for warnings ( Needed for only information purpose )
  • Field Details

    • MAX_CODE

      public static final int MAX_CODE
      Maximum error messages, this is needed to keep track of the number of messages.
      See Also:
    • MAX_WARNING

      public static final int MAX_WARNING
      Maximum warnings, this is needed to keep track of the number of warnings.
      See Also:
    • MAX_OTHERS

      public static final int MAX_OTHERS
      Maximum misc strings.
      See Also:
    • MAX_MESSAGES

      public static final int MAX_MESSAGES
      Maximum total warnings and error messages.
      See Also:
  • Constructor Details

    • XMLErrorResources_sv

      public XMLErrorResources_sv()
  • Method Details

    • getContents

      public Object[][] getContents()
      Get the lookup table for error messages
      Overrides:
      getContents in class XMLErrorResources
      Returns:
      The association list.