> Are the required Model subsystem amendments described in an > issue? If it is, and I know how to get this done, then maybe > I can - or maybe even Andrea can ...
I've created http://argouml.tigris.org/issues/show_bug.cgi?id=4248 but basically the relevant code to be added is try { [...] } catch (InvalidObjectException e) { throw new InvalidElementException(e); } which wraps a javax.jmi.reflect.InvalidObjectException with a org.argouml.model.InvalidElementException. If you want to take care of Façade, I'll review the other classes to see if there's anything missing there. Note that this just gets the correct exception thrown. It doesn't actually handle it anywhere where it is not currently handled. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
