ParseException.h

Go to the documentation of this file.
00001 // ParseException.h: interface for the ParseException class.
00002 //
00004 
00005 #if !defined(AFX_PARSEEXCEPTION_H__D66B23F4_095E_4EA1_8AB9_93C79E3602EC__INCLUDED_)
00006 #define AFX_PARSEEXCEPTION_H__D66B23F4_095E_4EA1_8AB9_93C79E3602EC__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "FileException.h"
00013 //#include <string.h>
00014 
00015 //using namespace std;
00016 
00018 //##ModelId=43834ABF00B8
00019 class ParseException : public FileException  
00020 {
00021 public:
00022         //##ModelId=43834ABF00BA
00023         ParseException() throw();
00024         //##ModelId=43834ABF00BB
00025         ParseException(std::string sElementName) throw();
00026         //##ModelId=43834ABF00BD
00027         ParseException(std::string sElementName,std::string sOrigin,std::string sFileName,unsigned int iLineNumber) throw();
00028         //##ModelId=43834ABF00C8
00029         virtual ~ParseException() throw();
00030 
00031         //##ModelId=43834ABF00CA
00032         virtual std::string makeDescription();
00033         //##ModelId=43834ABF00CC
00034         virtual std::string makeReason();
00035         //##ModelId=43834ABF00CE
00036         virtual std::string makeOrigin(std::string sOrigin);
00037 
00038 private:
00039         //##ModelId=43834ABF00D8
00040         std::string _sElementName;
00041 };
00042 
00043 #endif // !defined(AFX_PARSEEXCEPTION_H__D66B23F4_095E_4EA1_8AB9_93C79E3602EC__INCLUDED_)

Generated on Fri Jul 10 10:31:55 2009 for Utils Library by  doxygen 1.4.5