HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
XMLEmptyNameException.hpp
Go to the documentation of this file.
1
15
#ifndef XML_EMPTY_NAME_EXCEPTION_HPP
16
#define XML_EMPTY_NAME_EXCEPTION_HPP
17
18
#include "
ExceptionBase.hpp
"
19
20
namespace
HCE
21
{
22
namespace
exception
23
{
24
class
XMLEmptyNameException
:
public
ExceptionBase
25
{
26
public
:
27
XMLEmptyNameException
(
const
std::string
what
):
ExceptionBase
(what) {}
28
virtual
~XMLEmptyNameException
() throw(){}
29
};
30
}
31
}
32
33
#endif
sources
asmXMLParser
src
XMLEmptyNameException.hpp
Generated on Mon Jan 13 2014 13:08:36 for HCE project C++ developers source code library by
1.8.1.2