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

Tried to set a parameter to a wrong value. More...

#include <OperatorException.h>

Inheritance diagram for stromx::runtime::WrongParameterValue:
stromx::runtime::ParameterError stromx::runtime::OperatorError stromx::runtime::Exception

Public Member Functions

 WrongParameterValue (const Parameter &param, const OperatorInfo &op, const std::string &message="WrongParameterValue")
 
- Public Member Functions inherited from stromx::runtime::ParameterError
 ParameterError (const Parameter &param, const OperatorInfo &op, const std::string &message="ParameterError")
 
unsigned int id () const
 
const std::string & title () const
 
const VariantInterfacevariant () 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

Tried to set a parameter to a wrong value.


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