Exception thrown in the event that something goes wrong / when adding to the registry. More...
#include <Control_Registry.h>
Public Types | |
| enum | ErrorReason { MAP_ERROR_BIND_FAILURE, MAP_ERROR_INVALID_VALUE } |
Public Member Functions | |
| Map_Error (ErrorReason why) | |
Public Attributes | |
| ErrorReason | why_ |
Exception thrown in the event that something goes wrong / when adding to the registry.
Definition at line 26 of file Control_Registry.h.
Definition at line 29 of file Control_Registry.h.
{
MAP_ERROR_BIND_FAILURE,
MAP_ERROR_INVALID_VALUE
};
| TAO_Control_Registry::Map_Error::Map_Error | ( | ErrorReason | why | ) | [inline] |
Definition at line 37 of file Control_Registry.h.
: why_ (why) { }
Definition at line 35 of file Control_Registry.h.
1.7.0