highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
JsonObjectExeption.hpp
Go to the documentation of this file.
1
16
#ifndef JSON_OBJECT_EXCEPTION_HPP
17
#define JSON_OBJECT_EXCEPTION_HPP
18
19
#include "
ExceptionBase.hpp
"
20
21
namespace
HCE
22
{
23
namespace
exception
24
{
25
class
JsonObjectExeption
:
public
ExceptionBase
26
{
27
public
:
28
JsonObjectExeption
(
const
std::string &
what
):
ExceptionBase
(what) {}
29
virtual
~JsonObjectExeption
() throw(){}
30
};
31
}
32
}
33
34
#endif
sources
src
JsonObjectExeption.hpp
Generated on Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2