Class XSLTErrorResources_sv


  • public class XSLTErrorResources_sv
    extends XSLTErrorResources
    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 contents Array. You also need to update MAX_CODE for error strings and MAX_WARNING for warnings ( Needed for only information purpose )
    • Field Detail

      • MAX_CODE

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

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

        public static final int MAX_MESSAGES
        Maximum total warnings and error messages.
        See Also:
        Constant Field Values
      • BAD_CODE

        public static final java.lang.String BAD_CODE
        String for use when a bad error code was encountered.
        See Also:
        Constant Field Values
      • FORMAT_FAILED

        public static final java.lang.String FORMAT_FAILED
        String for use when formatting of the error string failed.
        See Also:
        Constant Field Values
      • ERROR_STRING

        public static final java.lang.String ERROR_STRING
        General error string.
        See Also:
        Constant Field Values
      • ERROR_HEADER

        public static final java.lang.String ERROR_HEADER
        String to prepend to error messages.
        See Also:
        Constant Field Values
      • WARNING_HEADER

        public static final java.lang.String WARNING_HEADER
        String to prepend to warning messages.
        See Also:
        Constant Field Values
      • XSL_HEADER

        public static final java.lang.String XSL_HEADER
        String to specify the XSLT module.
        See Also:
        Constant Field Values
      • XML_HEADER

        public static final java.lang.String XML_HEADER
        String to specify the XML parser module.
        See Also:
        Constant Field Values
      • QUERY_HEADER

        public static final java.lang.String QUERY_HEADER
        Deprecated.
        I don't think this is used any more.
        See Also:
        Constant Field Values
    • Constructor Detail

      • XSLTErrorResources_sv

        public XSLTErrorResources_sv()
    • Method Detail

      • getContents

        public java.lang.Object[][] getContents()
        Get the lookup table for error messages.
        Overrides:
        getContents in class XSLTErrorResources
        Returns:
        The int to message lookup table.