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

Represents an wrapper for all compilation related exceptions. More...

#include <CompilerException.hpp>

Collaboration diagram for NES::Compiler::CompilerException:
[legend]

Public Member Functions

 CompilerException (const std::string &message, const std::source_location location=std::source_location::current())
 
- 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

Represents an wrapper for all compilation related exceptions.

Constructor & Destructor Documentation

◆ CompilerException()

NES::Compiler::CompilerException::CompilerException ( const std::string &  message,
const std::source_location  location = std::source_location::current() 
)
explicit

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