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]
BAD_CODE
public static final String BAD_CODE
Field BAD_CODE
ERROR_HEADER
public static final String ERROR_HEADER
Field ERROR_HEADER
ERROR_RESOURCES
public static final String ERROR_RESOURCES
Field ERROR_RESOURCES
ERROR_STRING
public static final String ERROR_STRING
Field ERROR_STRING
FORMAT_FAILDE
public static final String FORMAT_FAILDE
Field FORMAT_FAILED
MAX_CODE
public static final int MAX_CODE
Field MAX_CODE
- 108
MAX_MESSAGES
public static final int MAX_MESSAGES
Field MAX_MESSAGES
- 120
MAX_OTHERS
public static final int MAX_OTHERS
Field MAX_OTHERS
- 20
MAX_WARNING
public static final int MAX_WARNING
Field MAX_WARNING
- 11
QUERY_HEADER
public static final String QUERY_HEADER
Field QUERY_HEADER
WARNING_HEADER
public static final String WARNING_HEADER
Field WARNING_HEADER
XML_HEADER
public static final String XML_HEADER
Field XML_HEADER
XSL_HEADER
public static final String XSL_HEADER
Field XSL_HEADER
contents
public static final Object[][] contents