Public Types | Public Member Functions | Public Attributes

TAO_Control_Registry::Map_Error Class Reference

Exception thrown in the event that something goes wrong / when adding to the registry. More...

#include <Control_Registry.h>

List of all members.

Public Types

enum  ErrorReason { MAP_ERROR_BIND_FAILURE, MAP_ERROR_INVALID_VALUE }

Public Member Functions

 Map_Error (ErrorReason why)

Public Attributes

ErrorReason why_

Detailed Description

Exception thrown in the event that something goes wrong / when adding to the registry.

Definition at line 26 of file Control_Registry.h.


Member Enumeration Documentation

Enumerator:
MAP_ERROR_BIND_FAILURE 
MAP_ERROR_INVALID_VALUE 

Definition at line 29 of file Control_Registry.h.

    {
      MAP_ERROR_BIND_FAILURE,
      MAP_ERROR_INVALID_VALUE
    };


Constructor & Destructor Documentation

TAO_Control_Registry::Map_Error::Map_Error ( ErrorReason  why  )  [inline]

Definition at line 37 of file Control_Registry.h.

      : why_ (why)
    {
    }


Member Data Documentation

Definition at line 35 of file Control_Registry.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines