> The problem is that for me it's not caught by the C++-UNO bridge but by
> another catch-block:
> 
> try {
> ....
>       try {
>       ...
>       }
>       catch(com::sun::star::uno::Exception &e)
>       {       Any a = cppu::getCaughtException(); // Another Exception
> thrown
>       }
> ....
> }
> catch(Exception &e)
> { // Here the Exception of cppu::getCaughtException(); is caught.
> }
> 
> Bug or feature?

Don't be sarcastic.
File an issue with precise compiler/platform information. It seems that
your C++ bridge does not work properly concerning exception handling.

~Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to