Issue 11735: There is a problem with Throws relation and Throw micro operation (kdm-rtf) Source: KDM Analytics (Dr. Nikolai Mansourov, nick@kdmanalytics.com) Nature: Uncategorized Issue Severity: Summary: There is a problem with Throws relation and Throw micro operation: Throws relation is to an object! but Throw says that there are Reads. Reads should be part of the constructor, there should be new, bla-bla, constructor call. Big question mark. Throws should be a shortcut - relationship to the exception class. with a single Reads to the exception object. Because we do not want to duplicate the constructor call logic. Resolution: Revised Text: Actions taken: December 1, 2007: received issue Discussion: Table A.4 page 295. Throw raise exception zero or more Reads relationships to DataElements representing actual parameters to the the the exception object being thrown none Throws relationship to the datatype DataElement that represents the "exception object". Optional ExceptionFlow relationship to a CatchUnit that processes the exception Disposition: Resolved End of Annotations:===== s is issue # 11735 There is a problem with Throws relation and Throw micro operation There is a problem with Throws relation and Throw micro operation: Throws relation is to an object! but Throw says that there are Reads. Reads should be part of the constructor, there should be new, bla-bla, constructor call. Big question mark. Throws should be a shortcut - relationship to the exception class. with a single Reads to the exception object. Because we do not want to duplicate the constructor call logic.