The «CORBAException» stereotype is applied to classes. It indicates that the class is mapped during code generation to an IDL exception. CORBA IDL exceptions can be defined within the scope of a «CORBAInterface» or a CORBA module. CORBA exceptions cannot have a global scope.
CORBA IDL exceptions can have attributes, but not operations. Any operations found in a «CORBAException» class are ignored during code generation.
CORBA IDL exceptions cannot inherit from other CORBA IDL exceptions.