stromx  0.8.0
Public Member Functions | List of all members
stromx::runtime::OutputError Class Reference

General error in connection with an operator output. More...

#include <OperatorException.h>

Inheritance diagram for stromx::runtime::OutputError:
stromx::runtime::OperatorError stromx::runtime::Exception stromx::runtime::WrongOutputType

Public Member Functions

 OutputError (const unsigned int outputId, const OperatorInfo &op, const std::string &message="InputError")
 
unsigned int outputId () const
 
- Public Member Functions inherited from stromx::runtime::OperatorError
 OperatorError (const OperatorInfo &op, const std::string &message)
 
 OperatorError (const OperatorInfo &op, const std::string &message, const std::string &name)
 
const std::string & type () const
 
const std::string & package () const
 
const std::string & name () const
 
void setName (const std::string &name)
 
- Public Member Functions inherited from stromx::runtime::Exception
 Exception (const std::string &message)
 
virtual const char * what () const throw ()
 
virtual const std::string & message () const
 
virtual const std::string & callStack () const
 

Detailed Description

General error in connection with an operator output.


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