You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/06/18 23:10:33 UTC

cvs commit: xml-xalan/c/src/XalanDOM XalanDOMException.hpp

dbertoni    01/06/18 14:10:32

  Modified:    c/src/XalanDOM XalanDOMException.hpp
  Log:
  New exception code for XalanDOMString.
  
  Revision  Changes    Path
  1.4       +6 -1      xml-xalan/c/src/XalanDOM/XalanDOMException.hpp
  
  Index: XalanDOMException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanDOMException.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanDOMException.hpp	2001/02/27 19:08:10	1.3
  +++ XalanDOMException.hpp	2001/06/18 21:10:26	1.4
  @@ -79,6 +79,7 @@
   	//@{
   	enum ExceptionCode
   	{
  +		// These are the errors as defined in the W3C DOM recommendation.
   		INDEX_SIZE_ERR				= 1,
   		DOMSTRING_SIZE_ERR			= 2,
   		HIERARCHY_REQUEST_ERR		= 3,
  @@ -97,7 +98,11 @@
   
   		// This is the first available number,
   		// according to the spec.
  -		UNKNOWN_ERR 				= 201
  +		UNKNOWN_ERR 				= 201,
  +
  +		// Indicates that an error occurred transcoding a
  +		// string.
  +		TRANSCODING_ERR				= 202
   	};
   	//@}
   
  
  
  

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