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


User jl changed the following:

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




------- Additional comments from [EMAIL PROTECTED] Wed Aug  8 11:42:58 +0000 
2007 -------
The unopkg cannot handle this exception since it does not know the content and
the meaning of the bootstrap variables. Only the code which uses the variable
can determine the cause of error. The problem this, that it is not possible to
transport the initial error unmodified to the user. One reason is that UNO
interfaces must declare the allowed exceptions at a method. If now a function
throws an exception according to its specification but the calling function
cannot handle this exception nor can it throw it (because it does not define
that it can throw this exception) then it must throw something other, in which
case some information is lost. No image a deep stack of function calls ....
In short, there is currently no useful concept of handling these kind of errors.
Every now and then someone tries to tackle this ... However, according to JSC
there is a new attempt being made. Let's see what comes of it.

---------------------------------------------------------------------
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