home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////////////
- //
- // XmlException.cpp
- //
- // This file was generated by XMLSPY 5 Enterprise Edition.
- //
- // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
- // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
- //
- // Refer to the XMLSPY Documentation for further details.
- // http://www.altova.com/xmlspy
- //
- ////////////////////////////////////////////////////////////////////////
-
-
- #include "StdAfx.h"
- #include "SchemaTypes.h"
- #include "XmlException.h"
-
- namespace altova {
-
-
- CXmlException::CXmlException(int nCode, const tstring& sMessage)
- : m_nCode(nCode), m_sMessage(sMessage)
- {
- }
-
-
- int CXmlException::GetCode()
- {
- return m_nCode;
- }
-
-
- tstring CXmlException::GetInfo()
- {
- return m_sMessage;
- }
-
-
- } // namespace altova
-