NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
Yaml::OperationFatalException Class Reference

Operation exception class. More...

#include <Yaml.hpp>

Collaboration diagram for Yaml::OperationFatalException:
[legend]

Public Member Functions

 OperationFatalException (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...
 

Detailed Description

Operation exception class.

See also
Exception

Constructor & Destructor Documentation

◆ OperationFatalException()

Yaml::OperationFatalException::OperationFatalException ( const std::string &  message)
explicit

Constructor.

Parameters
messageException message.

The documentation for this class was generated from the following files: