NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Exceptions/RuntimeException.hpp>
#include <Exceptions/SignalHandling.hpp>
#include <Util/Backward/backward.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/StacktraceLoader.hpp>
#include <csignal>
#include <memory>
Classes | |
struct | NES::Runtime::detail::ErrorHandlerLoader |
Namespaces | |
NES | |
This exception represents a network error. | |
NES::Runtime | |
Turn this on to have Thread::current_num_threads_ keep a count of currently-active threads. | |
NES::Runtime::detail | |
Functions | |
void | NES::Runtime::detail::nesErrorHandler (int signal) |
called when a signal is intercepted More... | |
void | NES::Runtime::detail::nesKillHandler (int signal) |
void | NES::Runtime::detail::nesTerminateHandler () |
called when std::terminate() is invoked More... | |
void | NES::Runtime::detail::nesUnexpectedException () |
called when an exception is not caught in our code More... | |