jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/JAXPValidationMessages.properties
author prr
Wed, 27 Jul 2016 18:48:44 +0800
changeset 40487 f66705eea8c7
parent 25868 686eef1e7a79
permissions -rw-r--r--
8158486: Remove wptg id from jaxp resource files - JDK9 Summary: Remove wptg id from jaxp resource files Reviewed-by: joehw Contributed-by: li.jiang@oracle.com

# This file stores localized messages for the Xerces JAXP Validation API implementation.
#
# The messages are arranged in key and value tuples in a ListResourceBundle.

# Messages for message reporting
BadMessageKey = The error message corresponding to the message key can not be found.
FormatFailed = An internal error occurred while formatting the following message:\n

# SchemaFactory error messages
SchemaLanguageNull = The schema language specified cannot be null.
SchemaLanguageLengthZero = The schema language specified cannot have a length of zero characters.
SchemaSourceArrayNull = The Source array parameter cannot be null.
SchemaSourceArrayMemberNull = The Source array parameter cannot contain any items that are null.
SchemaFactorySourceUnrecognized = Source parameter of type ''{0}'' is not recognized this SchemaFactory.

# Validator error messages
SourceParameterNull = Source parameter cannot be null.
SourceNotAccepted = Source parameter of type ''{0}'' is not accepted by this validator.
SourceResultMismatch = Source parameter of type ''{0}'' is not compatible with result parameter of type ''{1}''.

# TypeInfoProvider error messages
TypeInfoProviderIllegalState = A TypeInfoProvider cannot be queried outside of a startElement callback.

# General error messages
FeatureNameNull = The feature name cannot be null.
ProperyNameNull = The property name cannot be null.
SAXSourceNullInputSource = The SAXSource specified contains no InputSource.