highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
highlighter application
HCE project utilities highlighter
Namespaces
Classes
Files
File List
sources
src
Application.cpp
Application.hpp
ContentsStorageBase.cpp
ContentsStorageBase.hpp
ContentsStorageSimple.cpp
ContentsStorageSimple.hpp
CrossThreadBuf.cpp
CrossThreadBuf.hpp
ErrorStruct.cpp
ErrorStruct.hpp
HighlightAlgorithmException.hpp
HighlightComponent.cpp
HighlightComponent.hpp
HighlightingAlgorithmBase.hpp
HighlightingAlgorithmInitialize.cpp
HighlightingAlgorithmInitialize.hpp
HighlightingAlgorithmRefine.cpp
HighlightingAlgorithmRefine.hpp
HighlightingAlgorithmRegexpr.cpp
HighlightingAlgorithmRegexpr.hpp
HighlightingAlgorithmSimple.cpp
HighlightingAlgorithmSimple.hpp
HighlightJsonException.hpp
HighlightJsonWrapper.cpp
HighlightJsonWrapper.hpp
HighlightStringGenerator.cpp
HighlightStringGenerator.hpp
HighlightStringStickerBase.hpp
HighlightStringStickerSimple.cpp
HighlightStringStickerSimple.hpp
InDataHighlight.hpp
InDataStruct.hpp
JsonObjectExeption.hpp
JsonObjExtractor.cpp
JsonObjExtractor.hpp
main.cpp
NotStricktChain.hpp
OutDataHighlight.hpp
OutDataStruct.hpp
SearchStringParseException.hpp
SearchStringParser.cpp
SearchStringParser.hpp
SerializeCacheData.hpp
WordPos.hpp
utils
main.cpp
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
SearchStringParseException.hpp
Go to the documentation of this file.
1
12
#ifndef SEARCH_STRING_PARSE_EXCEPTION_HPP
13
#define SEARCH_STRING_PARSE_EXCEPTION_HPP
14
15
#include "
ExceptionBase.hpp
"
16
17
namespace
HCE
18
{
19
namespace
exception
20
{
21
class
SearchStringParseException
:
public
ExceptionBase
22
{
23
public
:
24
SearchStringParseException
(
const
std::string &
what
):
ExceptionBase
(what) {}
25
virtual
~SearchStringParseException
() throw(){}
26
};
27
}
28
}
29
30
#endif
sources
src
SearchStringParseException.hpp
Generated on Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2