|
NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
Internal exception class. More...
#include <Yaml.hpp>
Public Member Functions | |
| InternalException (const std::string &message) | |
| Constructor. More... | |
Public Member Functions inherited from Yaml::Exception | |
| Exception (const std::string &message, eType type) | |
| Constructor. More... | |
| eType | Type () const |
| Get type of exception. More... | |
| const char * | Message () const |
| Get message of exception. More... | |
Additional Inherited Members | |
Public Types inherited from Yaml::Exception | |
| enum class | eType : uint8_t { InternalError , ParsingError , OperationError } |
| Enumeration of exception types. More... | |
Internal exception class.
|
explicit |
Constructor.
| message | Exception message. |