Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
unsupported_interface (const std::string &message) | |
Construct. | |
unsupported_interface (const node_type &type, const std::string &interface_id) | |
Construct. | |
unsupported_interface (const node_type &type, node_interface::type_id interface_type, const std::string &interface_id) | |
Construct. | |
virtual | ~unsupported_interface () throw () |
Destroy. |
This exception is thrown by node::field and node::process_event 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 node_class::create_type if the class object doesn't support an interface specified in the node_interface_set given to that method.
|
Construct.
|
|
Construct.
|
|
Construct.
|
|
Destroy.
|