Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Public Methods | |
UnsupportedInterface (const std::string &message) | |
Constructor. | |
UnsupportedInterface (const NodeType &nodeType, const std::string &interfaceId) | |
Constructor. | |
UnsupportedInterface (const NodeType &nodeType, NodeInterface::Type interfaceType, const std::string &interfaceId) | |
Constructor. | |
virtual | ~UnsupportedInterface () throw () |
Destructor. |
This exception is thrown by Node::setField and Node::processEvent to indicate that the node doesn't support the interface through which the caller is trying to modify the node. It is also thrown by NodeClass::createType if the class object doesn't support an interface specified in the NodeInterfaceSet given to that method.
|
Constructor.
|
|
Constructor.
|
|
Constructor.
|
|
Destructor.
|