home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _9C9F0C65CC17479DBB5EA2ACC74E57BB < prev    next >
Encoding:
Text File  |  2003-03-17  |  813 b   |  42 lines

  1. ////////////////////////////////////////////////////////////////////////
  2. //
  3. // XmlException.cpp
  4. //
  5. // This file was generated by XMLSPY 5 Enterprise Edition.
  6. //
  7. // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
  8. // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
  9. //
  10. // Refer to the XMLSPY Documentation for further details.
  11. // http://www.altova.com/xmlspy
  12. //
  13. ////////////////////////////////////////////////////////////////////////
  14.  
  15.  
  16. #include "StdAfx.h"
  17. #include "SchemaTypes.h"
  18. #include "XmlException.h"
  19.  
  20. namespace altova {
  21.  
  22.  
  23. CXmlException::CXmlException(int nCode, const tstring& sMessage)
  24.     : m_nCode(nCode), m_sMessage(sMessage)
  25. {
  26. }
  27.  
  28.  
  29. int CXmlException::GetCode()
  30. {
  31.     return m_nCode;
  32. }
  33.  
  34.  
  35. tstring CXmlException::GetInfo()
  36. {
  37.     return m_sMessage;
  38. }
  39.  
  40.  
  41. } // namespace altova
  42.