| |
|
| org.apache.xml.res.XMLErrorResources org.apache.xml.res.XMLErrorResources_sv
XMLErrorResources_sv | public class XMLErrorResources_sv extends XMLErrorResources (Code) | | 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 the contents
array. You also need to update MAX_CODE for error strings
and MAX_WARNING for warnings ( Needed for only information
purpose )
|
Field Summary | |
final public static int | MAX_CODE Maximum error messages, this is needed to keep track of the number of messages. | final public static int | MAX_MESSAGES Maximum total warnings and error messages. | final public static int | MAX_OTHERS Maximum misc strings. | final public static int | MAX_WARNING Maximum warnings, this is needed to keep track of the number of warnings. |
MAX_CODE | final public static int MAX_CODE(Code) | | Maximum error messages, this is needed to keep track of the number of messages.
|
MAX_MESSAGES | final public static int MAX_MESSAGES(Code) | | Maximum total warnings and error messages.
|
MAX_OTHERS | final public static int MAX_OTHERS(Code) | | Maximum misc strings.
|
MAX_WARNING | final public static int MAX_WARNING(Code) | | Maximum warnings, this is needed to keep track of the number of warnings.
|
getContents | public Object[][] getContents()(Code) | | Get the lookup table for error messages
The association list. |
|
|
|