Frank Schönheit wrote: >> void approveInsertElement( [in] ContainerEvent Event ) >> raises ( VetoException, WrappedTargetException ); > > Hmm. Would require to move css.util.VetoException from offapi to udkapi. > Sounds reasonable to me (missed a generic "VetoException" more than > once). Opinions?
Meanwhile I consider exceptions to be the wrong way to manage a veto. This will prevent all languages from using this interface that don't support exceptions except by catching them for an internal error handling, like e.g. OOo Basic. I would opt for a return value instead. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
