btool
A parser/converter/transpiler for .bib files
▼
btool
►
Classes
▼
Files
▼
File List
▼
src
AbstractGenerator.cpp
►
AbstractGenerator.hpp
AbstractParserState.cpp
►
AbstractParserState.hpp
►
BibElement.cpp
►
BibElement.hpp
►
Field.cpp
►
Field.hpp
►
Generator.hpp
GeneratorException.cpp
►
GeneratorException.hpp
GlobalParserState.cpp
►
GlobalParserState.hpp
HtmlGenerator.cpp
►
HtmlGenerator.hpp
IdentifierParserState.cpp
►
IdentifierParserState.hpp
KeyParserState.cpp
►
KeyParserState.hpp
Parser.cpp
►
Parser.hpp
ParserContext.cpp
►
ParserContext.hpp
ParserException.cpp
►
ParserException.hpp
►
ParserState.hpp
PlainTextGenerator.cpp
►
PlainTextGenerator.hpp
StyleParserState.cpp
►
StyleParserState.hpp
StyleProperties.cpp
►
StyleProperties.hpp
TranslationTable.cpp
►
TranslationTable.hpp
ValueParserState.cpp
►
ValueParserState.hpp
XmlGenerator.cpp
►
XmlGenerator.hpp
►
test
►
main.cpp
►
File Members
►
Examples
•
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
GeneratorException.hpp
Go to the documentation of this file.
1
#ifndef BIBPARSER_SRC_GENERATOREXCEPTION_HPP_
2
#define BIBPARSER_SRC_GENERATOREXCEPTION_HPP_
3
4
#include <boost/filesystem/path.hpp>
5
#include <stdexcept>
6
#include <string>
7
11
struct
GeneratorException
: std::runtime_error {
12
std::string
message
;
13
14
explicit
GeneratorException
(std::string
message
);
15
16
[[nodiscard]]
auto
what
() const noexcept -> const
char
* override;
17
};
18
19
#endif
GeneratorException::message
std::string message
the message to throw
Definition:
GeneratorException.hpp:12
GeneratorException
Definition:
GeneratorException.hpp:11
GeneratorException::GeneratorException
GeneratorException(std::string message)
Definition:
GeneratorException.cpp:17
GeneratorException::what
auto what() const noexcept -> const char *override
Definition:
GeneratorException.cpp:8
src
GeneratorException.hpp
Generated by
1.8.19