To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102120


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri May 22 07:07:56 +0000 
2009 -------
Some code in "core OOo" makes a call of some UNO method M to the given Java
extension, which then throws a Java exception E (java.lang.Throwable or
derivative).  If the Java exception E has an interpretation as a UNO exception
E', and E' is allowed to be thrown by M, then the exception is simply passed
back to the "core OOo" calling code.  Otherwise, the Java exception will
typically be translated into a UNO RuntimeException (which can only carry
Message and Context) which is passed out in turn.

In any event, it is the responsibility of the calling "core OOo" code to
properly handle the failed UNO method call.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to