Error in connection with a specified operator.
More...
#include <OperatorException.h>
Error in connection with a specified operator.
§ OperatorError() [1/2]
| stromx::runtime::OperatorError::OperatorError |
( |
const OperatorInfo & |
op, |
|
|
const std::string & |
message |
|
) |
| |
|
inline |
Constructs an operator exception, i.e. an exception related to an operator.
§ OperatorError() [2/2]
| stromx::runtime::OperatorError::OperatorError |
( |
const OperatorInfo & |
op, |
|
|
const std::string & |
message, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
Constructs an operator exception, i.e. an exception related to an operator.
§ name()
| const std::string& stromx::runtime::OperatorError::name |
( |
| ) |
const |
|
inline |
Returns the name of the operator this exception relates to.
§ package()
| const std::string& stromx::runtime::OperatorError::package |
( |
| ) |
const |
|
inline |
Returns the package of the operator this exception relates to.
§ setName()
| void stromx::runtime::OperatorError::setName |
( |
const std::string & |
name | ) |
|
|
inline |
Sets the name of the operator this exception relates to.
§ type()
| const std::string& stromx::runtime::OperatorError::type |
( |
| ) |
const |
|
inline |
Returns the type of the operator this exception relates to.
The documentation for this class was generated from the following file: