Class XSLTErrorResources

Direct Known Subclasses:
XSLTErrorResources_en, XSLTErrorResources_sv

public class XSLTErrorResources extends ListResourceBundle
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 )