Type: info
         Title: css.script.provider.ScriptFrameworkErrorType: NO_SUCH_SCRIPT / 
MALFORMED_URL
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],-
         TaskId: i49133
<http://www.openoffice.org/issues/show_bug.cgi?id=49133>
Effective from: CWS odbmacros3
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/odbmacros3>
    CWS status: ready for QA


*Summary*
--------
in css.script.provider.ScriptFrameworkErrorType:
+ const long NO_SUCH_SCRIPT = 2;
+ const long MALFORMED_URL = 3;

*Description*
-------------
The constants group to describe errors which happened in the scripting
framework has been extended by the two new constants NO_SUCH_SCRIPT
and MALFORMED_URL (where previously only UNKNOWN and NOTSUPPORTED
existed).

Those new error values, used in conjunction with
ScriptFrameworkErrorException, can be used by callers into the
scripting framework to better distinguish different error types.

All existing standard implementations in the scripting framework
(Basic, Java, JavaScript, BeanShell) have been adjusted to use the new
values where appropriate.


Send feedback to [EMAIL PROTECTED]


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

Reply via email to