I have created my design model classes, with all the necessary operations. I can't figure out how to declare exceptions on the operations. Can anyone tell me how that is done?
(Using RSA 7 but I suspect it's the same in RAD/RSM)
Found the answer to this one. You declare Exceptions using the RaisedException property under the UML properties of the operation that needs to throw an Exception. (This is used when you're transforming the UML model into Java code.)