Fields Summary |
---|
static String | ERROR_MISSING_ATTRIBUTEThe error code used when a required attribute is missing
{0} = the name of the attribute
{1} = the element namespace uri
{2} = the element's local name. |
static String | ERROR_MISSING_ATTRIBUTE_NSThe error code used when a required namespaced attribute is missing.
{0} = the name of the attribute
{1} = the attribute's namespace
{2} = the element namespace uri
{3} = the element's local name. |
static String | ERROR_CANNOT_LOAD_RESOURCEError used when a font resource cannot be loaded
{0} = the resource which could not be loaded. |
protected static final String | RESOURCESThe error messages bundle class name. |
protected static com.sun.perseus.platform.MessagesSupport | messagesSupportThe localizable support for the error messages. |