14.10.8.4 Exceptions
-
PolicyError - This exception is raised to indicate problems with the
parameter values passed to the
ORB::create_policyoperation. The specific exception and reasons are as follows shown in the following table:Table 14-1 Exception and Reasons
Exception Reason BAD_POLICYThe requested Policy is not understood by the ORB. UNSUPPORTED_POLICYThe requested Policy is understood to be valid by the ORB, but is not currently supported. BAD_POLICY_TYPEThe type of the value requested for the Policy is not valid for that PolicyType. BAD_POLICY_VALUEThe value requested for the Policy is of a valid type, but is not within the valid range for that type. UNSUPPORTED_POLICY_VALUEThe value requested for the Policy is of a valid type and within the valid range for that type, but this valid value is not currently supported.
Parent topic: CORBA::ORB::create_policy