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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to