You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2001/05/18 19:14:31 UTC

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

knoaman     01/05/18 10:14:30

  Modified:    c/src/util XMLExceptMsgs.hpp
  Log:
  Error messages added by PeiYong Zhang.
  
  Revision  Changes    Path
  1.15      +26 -21    xml-xerces/c/src/util/XMLExceptMsgs.hpp
  
  Index: XMLExceptMsgs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/XMLExceptMsgs.hpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XMLExceptMsgs.hpp	2001/05/18 13:23:06	1.14
  +++ XMLExceptMsgs.hpp	2001/05/18 17:14:26	1.15
  @@ -218,27 +218,32 @@
         , VALUE_exceed_maxExcl               = 207
         , VALUE_exceed_minIncl               = 208
         , VALUE_exceed_minExcl               = 209
  -      , Regex_Result_Not_Set               = 210
  -      , Regex_CompactRangesError           = 211
  -      , Regex_MergeRangesTypeMismatch      = 212
  -      , Regex_SubtractRangesError          = 213
  -      , Regex_IntersectRangesError         = 214
  -      , Regex_ComplementRangesInvalidArg   = 215
  -      , Regex_InvalidCategoryName          = 216
  -      , Regex_KeywordNotFound              = 217
  -      , Regex_BadRefNo                     = 218
  -      , Regex_UnknownOption                = 219
  -      , Regex_UnknownTokenType             = 220
  -      , Regex_RangeTokenGetError           = 221
  -      , Regex_NotSupported                 = 222
  -      , Regex_InvalidChildIndex            = 223
  -      , NEL_RepeatedCalls                  = 224
  -      , RethrowError                       = 225
  -      , E_HighBounds                       = 226
  -      , W_LowBounds                        = 227
  -      , W_HighBounds                       = 228
  -      , F_LowBounds                        = 229
  -      , F_HighBounds                       = 230
  +      , XMLNUM_emptyString                 = 210
  +      , XMLNUM_WSString                    = 211
  +      , XMLNUM_2ManyDecPoint               = 212
  +      , XMLNUM_Inv_chars                   = 213
  +      , XMLNUM_null_ptr                    = 214
  +      , Regex_Result_Not_Set               = 215
  +      , Regex_CompactRangesError           = 216
  +      , Regex_MergeRangesTypeMismatch      = 217
  +      , Regex_SubtractRangesError          = 218
  +      , Regex_IntersectRangesError         = 219
  +      , Regex_ComplementRangesInvalidArg   = 220
  +      , Regex_InvalidCategoryName          = 221
  +      , Regex_KeywordNotFound              = 222
  +      , Regex_BadRefNo                     = 223
  +      , Regex_UnknownOption                = 224
  +      , Regex_UnknownTokenType             = 225
  +      , Regex_RangeTokenGetError           = 226
  +      , Regex_NotSupported                 = 227
  +      , Regex_InvalidChildIndex            = 228
  +      , NEL_RepeatedCalls                  = 229
  +      , RethrowError                       = 230
  +      , E_HighBounds                       = 231
  +      , W_LowBounds                        = 232
  +      , W_HighBounds                       = 233
  +      , F_LowBounds                        = 234
  +      , F_HighBounds                       = 235
       };
   
   };
  
  
  

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