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

This exception is thrown when an error occurs during UDF processing. More...

#include <BufferAccessException.hpp>

Collaboration diagram for NES::BufferAccessException:
[legend]

Public Member Functions

 BufferAccessException (const std::string &message)
 Construct a UDF exception from a message and include the current stack trace. More...
 
- Public Member Functions inherited from NES::Exceptions::RuntimeException
 RuntimeException (std::string msg, std::string &&stacktrace=collectStacktrace(), const std::source_location location=std::source_location::current())
 
 RuntimeException (std::string msg, const std::string &stacktrace)
 
 ~RuntimeException () noexcept override=default
 
const char * what () const noexcept override
 

Additional Inherited Members

- Protected Attributes inherited from NES::Exceptions::RuntimeException
std::string errorMessage
 Error message. More...
 

Detailed Description

This exception is thrown when an error occurs during UDF processing.

Constructor & Destructor Documentation

◆ BufferAccessException()

NES::BufferAccessException::BufferAccessException ( const std::string &  message)
explicit

Construct a UDF exception from a message and include the current stack trace.

Parameters
messageThe exception message.

References NES_ERROR.


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