Mapping «CORBAExceptions» to code

About this task

A «CORBAException» stereotyped class is not generated in its own file. Instead, it is generated into the file of the encapsulating entity - the class or package in which it is defined. Therefore, a «CORBAException» defined in a class can be "thrown" by any of its operations. An exception defined in a CORBA module can be thrown by any operation in any class within that module.

To make your design clear, you draw a «Usage» arrow from a class to an exception that it throws.


Feedback