next up previous contents
Next: Mapping for TypeCodes Up: OMG IDL to Python Previous: Mapping for Sequences and   Contents

Mapping for Exceptions

User defined IDL exceptions are mapped to Python classes that inherit from the base class CORBA.UserException. The classes behave in the same way as the classes that represent IDL structure types (see Section 4.8).