Class XPATHErrorResources_sv


  • public class XPATHErrorResources_sv
    extends XPATHErrorResources
    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 Static string constant for the Key and update the contents array with Key, Value pair Also you need to update the count of messages(MAX_CODE)or the count of warnings(MAX_WARNING) [ Information purpose only]
    • Constructor Detail

      • XPATHErrorResources_sv

        public XPATHErrorResources_sv()
    • Method Detail

      • getContents

        public java.lang.Object[][] getContents()
        Get the association list.
        Overrides:
        getContents in class XPATHErrorResources
        Returns:
        The association list.