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/09/18 21:33:07 UTC

cvs commit: xml-xerces/c/src/xercesc/util XMLExceptMsgs.hpp

peiyongz    2003/09/18 12:33:07

  Modified:    c/src/xercesc/util XMLExceptMsgs.hpp
  Log:
  Serialization related exception
  
  Revision  Changes    Path
  1.16      +22 -3     xml-xerces/c/src/xercesc/util/XMLExceptMsgs.hpp
  
  Index: XMLExceptMsgs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLExceptMsgs.hpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- XMLExceptMsgs.hpp	14 May 2003 18:10:41 -0000	1.15
  +++ XMLExceptMsgs.hpp	18 Sep 2003 19:33:06 -0000	1.16
  @@ -383,9 +383,28 @@
         , PD_MapAndSum                       = 367
         , PD_InvalidContentType              = 368
         , NodeIDMap_GrowErr                  = 369
  -      , F_HighBounds                       = 370
  -      , E_LowBounds                        = 371
  -      , E_HighBounds                       = 372
  +      , XSer_ProtoType_Null_ClassName      = 370
  +      , XSer_ProtoType_NameLen_Dif         = 371
  +      , XSer_ProtoType_Name_Dif            = 372
  +      , XSer_InStream_Read_LT_Req          = 373
  +      , XSer_InStream_Read_OverFlow        = 374
  +      , XSer_Storing_Violation             = 375
  +      , XSer_StoreBuffer_Violation         = 376
  +      , XSer_LoadPool_UppBnd_Exceed        = 377
  +      , XSer_LoadPool_NoTally_ObjCnt       = 378
  +      , XSer_Loading_Violation             = 379
  +      , XSer_LoadBuffer_Violation          = 380
  +      , XSer_Inv_ClassIndex                = 381
  +      , XSer_Inv_FillBuffer_Size           = 382
  +      , XSer_Inv_checkFillBuffer_Size      = 383
  +      , XSer_Inv_checkFlushBuffer_Size     = 384
  +      , XSer_Inv_Null_Pointer              = 385
  +      , XSer_Inv_Buffer_Len                = 386
  +      , XSer_CreateObject_Fail             = 387
  +      , XSer_ObjCount_UppBnd_Exceed        = 388
  +      , F_HighBounds                       = 389
  +      , E_LowBounds                        = 390
  +      , E_HighBounds                       = 391
       };
   
   };
  
  
  

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