PLaSK library
Loading...
Searching...
No Matches
plask::NoProvider Struct Reference

This exception is thrown, typically on access to receiver data, when there is no provider connected with it. More...

#include <plask/exceptions.hpp>

Inheritance diagram for plask::NoProvider:
[legend]
Collaboration diagram for plask::NoProvider:
[legend]

Public Member Functions

 NoProvider (const char *provider_name)
 
- Public Member Functions inherited from plask::Exception
 Exception (const std::string &msg)
 
template<typename... T>
 Exception (const std::string &msg, const T &... args)
 Format error message using format.
 

Detailed Description

This exception is thrown, typically on access to receiver data, when there is no provider connected with it.

See also
Providers and receivers

Definition at line 175 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ NoProvider()

plask::NoProvider::NoProvider ( const char provider_name)
inline

Definition at line 176 of file exceptions.hpp.


The documentation for this struct was generated from the following file: