Hi, if you have an ancestor exception class (let's call it ExceptionA), and you 
inherit ExceptonAA and ExceptionAB from it. Than you assign ExceptionA to a  
class witch contains serveral functions, and to one of these fuction has been 
assigned to ExceptionAA, ExceptionAB than the code generation fails with 
"ExceptionAB has already been caught"... Because the order of the catches is 
wrong. The ancestor comes first and then the inherited classes...



OK you can generate another "interception" class, and with that you can resolve 
the problem...
--
Ganszky, Balázs
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3797#3797
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to