Previous Table of Contents Next


7.7 MOF Model Exceptions

   The following exceptions are contained in the MOF Model Package. The generated IDL interfaces for the MOF Model make use of more exceptions, which are defined in the Reflective Package (see the Reflective Type Packages clause) and assigned to operations based on criteria determinable during generation.

7.7.1 NameNotFound

   The NameNotFound exception is raised when a lookup of a simple name has failed.

   parameters

   name : out String

   The name parameter gives the string value that could not be found in the Namespace or extended Namespace searched by the operation.

   Container

   Namespace

7.7.2 NameNotResolved

   The NameNotResolved exception is raised when resolution of a qualified name has failed.

   parameters

   explanation : out String

   restOfName : out String (multiplicity: zero or more; ordered; not unique)

   The restOfName parameter contains that part of the qualified name that was not resolved. The explanation parameter can have the following values with the corresponding interpretation:

   Container

   Namespace