NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <JNI.hpp>
Public Member Functions | |
NameResolutionException (const char *name) | |
![]() | |
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... | |
A supplied name or type signature could not be resolved.
|
inlineexplicit |
Constructor with an error message.
name | The name of the unresolved symbol. |