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 2001/08/15 00:09:15 UTC

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

peiyongz    01/08/14 15:09:15

  Modified:    c/src/NLS/EN_US XMLErrList_EN_US.Xml
  Log:
  new exception message added
  
  Revision  Changes    Path
  1.42      +28 -2     xml-xerces/c/src/NLS/EN_US/XMLErrList_EN_US.Xml
  
  Index: XMLErrList_EN_US.Xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/NLS/EN_US/XMLErrList_EN_US.Xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- XMLErrList_EN_US.Xml	2001/08/09 15:24:36	1.41
  +++ XMLErrList_EN_US.Xml	2001/08/14 22:09:14	1.42
  @@ -568,7 +568,11 @@
               <Message Id="FACET_minLen_base_fixed" Text="minLen '{0}' must be equal to base's minLen '{1}' , fixed"/>
               <Message Id="FACET_len_base_fixed" Text="len '{0}' must be equal to base's len '{1}' , fixed"/>
               <Message Id="FACET_whitespace_base_fixed" Text="whitespace '{0}' must be equal to base's whitespace '{1}' , fixed"/>
  -            <Message Id="FACET_internalError_fixed" Text="internal Error: fixed"/>
  +            <Message Id="FACET_internalError_fixed" Text="internal Error: fixed"/>		
  +            <Message Id="FACET_List_Null_baseValidator" Text="Null base validator in List "/>
  +            <Message Id="FACET_Union_Null_memberTypeValidators" Text="Null member type validators in Union "/>
  +            <Message Id="FACET_Union_Null_baseValidator" Text="Null base validator in Union"/>
  +            <Message Id="FACET_Union_invalid_baseValidatorType" Text="Union's base validator's type '{0}' must be union too "/>
               <Message Id="VALUE_NotMatch_Pattern" Text="Value '{0}' does not match regular expression facet '{1}'"/>
               <Message Id="VALUE_Not_Base64" Text="Value '{0}' is not encoded in Base64 "/>
               <Message Id="VALUE_Not_HexBin" Text="Value '{0}' is not encoded in HexBin "/>
  @@ -583,12 +587,34 @@
               <Message Id="VALUE_exceed_minIncl" Text="Value '{0}' must be greater than or equal to MinInclusive '{1}' "/>
               <Message Id="VALUE_exceed_minExcl" Text="Value '{0}' must be greater than MinExclusive '{1}' "/>
               <Message Id="VALUE_WS_replaced" Text="Value '{0}' is not whitespace replaced "/>
  -            <Message Id="VALUE_WS_collapsed" Text="Value '{0}' is not whitespace collapsed "/>
  +            <Message Id="VALUE_WS_collapsed" Text="Value '{0}' is not a whitespace collapsed "/>
  +            <Message Id="VALUE_Invalid_NCName" Text="Value '{0}' is not valida NCName "/>
  +            <Message Id="VALUE_ID_Not_Unique" Text="ID '{0}' is not unique "/>
  +            <Message Id="VALUE_ENTITY_Invalid" Text="Value '{0}' is not valid ENTITY "/>
  +            <Message Id="VALUE_QName_Invalid" Text="Value '{0}' is not valid QName "/>
  +            <Message Id="VALUE_NOTATION_Invalid" Text="NOTATION '{0}' must be a valid QName "/>
  +            <Message Id="VALUE_no_match_memberType" Text="Value '{0}' does not match any member types (of the union) "/>
  +            <Message Id="VALUE_URI_Malformed" Text="Value '{0}' is NOT a valid URI "/>
               <Message Id="XMLNUM_emptyString" Text=" Empty string encountered."/>
               <Message Id="XMLNUM_WSString" Text=" String contains whitespaces only."/>
               <Message Id="XMLNUM_2ManyDecPoint" Text=" More than one decimal points encountered."/>
               <Message Id="XMLNUM_Inv_chars" Text=" Invalid chars encountered."/>
               <Message Id="XMLNUM_null_ptr" Text=" Null pointer encountered."/>
  +            <Message Id="XMLNUM_URI_Component_Empty" Text=" Cannot construct URI with null/empty '{0}' "/>
  +            <Message Id="XMLNUM_URI_Component_for_GenURI_Only" Text=" '{0}', '{1}' can only be set for a generic URI! "/>
  +            <Message Id="XMLNUM_URI_Component_Invalid_EscapeSequence" Text=" '{0}' contains invalid escape sequence '{1}'"/>
  +            <Message Id="XMLNUM_URI_Component_Invalid_Char" Text=" '{0}' contains invalid char '{1}'"/>
  +            <Message Id="XMLNUM_URI_Component_Set_Null" Text=" '{0}' can not be set to null "/>
  +            <Message Id="XMLNUM_URI_Component_Not_Conformant" Text=" '{0}' is NOT conformant '{1}' "/>
  +            <Message Id="XMLNUM_URI_No_Scheme" Text=" No scheme found in URI"/>
  +            <Message Id="XMLNUM_URI_NullHost" Text=" '{0}', '{1}' may not be specified if host is not specified "/>
  +            <Message Id="XMLNUM_URI_NullPath" Text=" '{0}', '{1}' may not be specified if path is not specified "/>
  +            <Message Id="XMLNUM_URI_Component_inPath" Text=" '{0}', '{1}' cannot be specified in path"/>
  +            <Message Id="XMLNUM_URI_PortNo_Invalid" Text=" Port no '{0}' shall be in (0, 65535) "/>
  +            <Message Id="XMLNUM_DBL_FLT_maxNeg" Text=" Value '{0}' shall be greater than the max Negative value '{1}' "/>
  +            <Message Id="XMLNUM_DBL_FLT_maxPos" Text=" Value '{0}' shall be less than the max Negative value '{1}' "/>
  +            <Message Id="XMLNUM_DBL_FLT_minNegPos" Text=" Value '{0}' shall be in the range of '{1}', '{2}' "/>
  +            <Message Id="XMLNUM_DBL_FLT_InvalidType" Text=" Type '{0}' is invalid: internal error "/>
               <Message Id="Regex_Result_Not_Set" Text="A result is not set."/>
               <Message Id="Regex_CompactRangesError" Text="CompactRanges - Internal Error"/>
               <Message Id="Regex_MergeRangesTypeMismatch" Text="Merge Ranges - Mismatched type"/>
  
  
  

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