Exception class.
More...
#include <Yaml.hpp>
◆ eType
Enumeration of exception types.
Enumerator |
---|
InternalError | Internal error.
|
ParsingError | Invalid parsing data.
|
OperationError | User operation error.
|
◆ Exception()
Yaml::Exception::Exception |
( |
const std::string & |
message, |
|
|
eType |
type |
|
) |
| |
Constructor.
- Parameters
-
message | Exception message. |
type | Type of exception. |
◆ Message()
const char * Yaml::Exception::Message |
( |
| ) |
const |
Get message of exception.
◆ Type()
The documentation for this class was generated from the following files:
- /nebulastream/nes-common/include/Util/yaml/Yaml.hpp
- /nebulastream/nes-common/src/Util/yaml/Yaml.cpp