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

General error in connection with a specified parameter. More...

#include <OperatorException.h>

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

Public Member Functions

 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

General error in connection with a specified parameter.

Member Function Documentation

§ id()

unsigned int stromx::runtime::ParameterError::id ( ) const
inline

Returns the ID of the parameter this exception relates to.

§ title()

const std::string& stromx::runtime::ParameterError::title ( ) const
inline

Returns the title of the parameter this exception relates to.

§ variant()

const VariantInterface& stromx::runtime::ParameterError::variant ( ) const
inline

Returns the data variant of the parameter this exception relates to.


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