NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
This exception is thrown when an error occurs during window processing. More...
#include <TaskExecutionException.hpp>
Public Member Functions | |
TaskExecutionException (const Runtime::Execution::SuccessorExecutablePipeline pipeline, std::string &&message) | |
Construct a PipelineExecutionException exception from a message. More... | |
Runtime::Execution::SuccessorExecutablePipeline | getExecutable () const |
![]() | |
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 | |
![]() | |
std::string | errorMessage |
Error message. More... | |
This exception is thrown when an error occurs during window processing.
|
explicit |
Construct a PipelineExecutionException exception from a message.
message | The exception message. |
Runtime::Execution::SuccessorExecutablePipeline NES::TaskExecutionException::getExecutable | ( | ) | const |
Referenced by NES::Runtime::ThreadPool::runningRoutine().