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. |