You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/10/29 17:24:04 UTC

cvs commit: xml-xerces/c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml

peiyongz    2003/10/29 08:24:04

  Modified:    c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
  Log:
  GrammarPool serialization/deserialization related exception
  
  Revision  Changes    Path
  1.38      +5 -0      xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml
  
  Index: XMLErrList_EN_US.Xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- XMLErrList_EN_US.Xml	22 Oct 2003 20:27:29 -0000	1.37
  +++ XMLErrList_EN_US.Xml	29 Oct 2003 16:24:04 -0000	1.38
  @@ -815,6 +815,11 @@
               <Message Id="XSer_Inv_Buffer_Len"            Text="Invalid buffer length '{0}'"/>
               <Message Id="XSer_CreateObject_Fail"         Text="CreateObject fails "/>
               <Message Id="XSer_ObjCount_UppBnd_Exceed"    Text="Object count '{0}' exceed upper boundary '{1}'"/>
  +            <Message Id="XSer_GrammarPool_Locked"        Text="Grammar Pool is locked by other party"/>
  +            <Message Id="XSer_GrammarPool_Empty"         Text="Grammar Pool is empty"/>
  +            <Message Id="XSer_GrammarPool_NotEmpty"      Text="Grammar Pool is NOT empty"/>            
  +            <Message Id="XSer_StringPool_NotEmpty"       Text="String Pool is NOT empty"/>
  +            <Message Id="XSer_BinaryData_Version_NotSupported" Text="Binary Data Version '{0}','{1}','{2}' not supported "/>            
           </FatalError>
       </MsgDomain>
       <MsgDomain Domain="http://apache.org/xml/messages/XMLDOMMsg">
  
  
  

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