Fields Summary |
---|
public static final int | MAX_CODEMaximum error messages, this is needed to keep track of the number of messages. |
public static final int | MAX_WARNINGMaximum warnings, this is needed to keep track of the number of warnings. |
public static final int | MAX_OTHERSMaximum misc strings. |
public static final int | MAX_MESSAGESMaximum total warnings and error messages. |
public static final Object[] | contentsThe lookup table for error messages. |
public static final String | BAD_CODEString for use when a bad error code was encountered. |
public static final String | FORMAT_FAILEDString for use when formatting of the error string failed. |
public static final String | ERROR_STRINGGeneral error string. |
public static final String | ERROR_HEADERString to prepend to error messages. |
public static final String | WARNING_HEADERString to prepend to warning messages. |
public static final String | XSL_HEADERString to specify the XSLT module. |
public static final String | XML_HEADERString to specify the XML parser module. |
public static final String | QUERY_HEADERI don't think this is used any more. |