You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/06/13 23:48:22 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/msg JAXPValidationMessages.properties

mrglavas    2005/06/13 14:48:22

  Modified:    java/src/org/apache/xerces/impl/msg
                        JAXPValidationMessages.properties
  Log:
  Adding an error message for TypeInfoProvider.
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xerces/java/src/org/apache/xerces/impl/msg/JAXPValidationMessages.properties
  
  Index: JAXPValidationMessages.properties
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/JAXPValidationMessages.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JAXPValidationMessages.properties	24 May 2005 02:14:40 -0000	1.1
  +++ JAXPValidationMessages.properties	13 Jun 2005 21:48:22 -0000	1.2
  @@ -20,6 +20,9 @@
   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.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org