diff --git a/src/xercesc/dom/DOMException.hpp b/src/xercesc/dom/DOMException.hpp index 82e218aee533fbb4f6c6866334289aa692cdae8e..82d708d8ec39853af023b1b2ec5a4b6e72daa095 100644 --- a/src/xercesc/dom/DOMException.hpp +++ b/src/xercesc/dom/DOMException.hpp @@ -65,7 +65,7 @@ public: * Constructor which takes an error code and an optional message code. * * @param code The error code which indicates the exception - * @param message The string containing the error message + * @param messageCode The string containing the error message * @param memoryManager The memory manager used to (de)allocate memory */ DOMException( diff --git a/src/xercesc/dom/DOMLSException.hpp b/src/xercesc/dom/DOMLSException.hpp index 76bac94524c61f489cf445b9f549adb12b496642..2ec31ae1b169e7cbe12a454b011cd7042ac2c42b 100644 --- a/src/xercesc/dom/DOMLSException.hpp +++ b/src/xercesc/dom/DOMLSException.hpp @@ -82,7 +82,7 @@ public: * Constructor which takes an error code and a message. * * @param code The error code which indicates the exception - * @param message The string containing the error message + * @param messageCode The string containing the error message * @param memoryManager The memory manager used to (de)allocate memory */ DOMLSException( LSExceptionCode code diff --git a/src/xercesc/dom/DOMRangeException.hpp b/src/xercesc/dom/DOMRangeException.hpp index 376ecf251818b5cac4a4bd74080cfa2919b62d9e..700e383ada910d022b2853ced365ac82bf63e965 100644 --- a/src/xercesc/dom/DOMRangeException.hpp +++ b/src/xercesc/dom/DOMRangeException.hpp @@ -73,8 +73,8 @@ public: /** * Constructor which takes an error code and a message. * - * @param code The error code which indicates the exception - * @param message The string containing the error message + * @param code The error code which indicates the exception + * @param messageCode The string containing the error message * @param memoryManager The memory manager used to (de)allocate memory */ DOMRangeException(