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

This exception is thrown if some error occurred while deploying the query. More...

#include <QueryDeploymentException.hpp>

Collaboration diagram for NES::QueryDeploymentException:
[legend]

Public Member Functions

 QueryDeploymentException (SharedQueryId sharedQueryId, const std::string &message)
 c-tor deployment exception More...
 
- Public Member Functions inherited from NES::Exceptions::RequestExecutionException
 RequestExecutionException (const std::string &message)
 
 RequestExecutionException (QueryId queryId, const std::string &message)
 
template<class ExceptionType >
bool instanceOf ()
 Checks if this object is of type ExceptionType. More...
 
template<class ExceptionType >
std::shared_ptr< ExceptionType > as ()
 Dynamically casts the exception to the given type. More...
 
QueryId getQueryId () const
 

Detailed Description

This exception is thrown if some error occurred while deploying the query.

Constructor & Destructor Documentation

◆ QueryDeploymentException()

NES::QueryDeploymentException::QueryDeploymentException ( SharedQueryId  sharedQueryId,
const std::string &  message 
)
explicit

c-tor deployment exception

Parameters
sharedQueryIdthe shared query id that failed
message: the reason for failure

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