Re: [api-dev] How do I generate an Error?

2005-12-17 Thread Andrew Douglas Pitonyak

Felix E. Klee wrote:

In the online documentation and in a book that I have at hand (Open Office 
Programmierung by Rene Martin) I find explanation for handling errors.  But, 
what I'd like to know is:


* How can I let my code *generate* errors?

* If generating errors manually is possible, how do I set the error number and
 the error message?
 

While writing my book, my intial reading of the specification was that 
you could CAUSE a specific error to be generated. I was never able to 
figure out how. It is my opinion that this is because I misunderstood 
the documentation. When I read it again, (as in now) I see why I thought 
that, but you can not cause the error unless you really do cause the error.


--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html


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



Re: [api-dev] where is my addon installed?

2005-12-17 Thread Daniel Naber
On Freitag 16 Dezember 2005 13:37, Daniel Boelzle wrote:

 but I also suggest to play around with the class loader
 resource mechanism, e.g.

 java.net.URL url =
     MyClassFromMyJar.class.getResource(some-file-in-my.jar);

 to obtain an url at runtime.

Thanks, it worked. The new version of LanguageTool is now available at:
http://www.danielnaber.de/languagetool/
Any feedback is appreciated. My usage of the OOo API surely leaves a lot to 
be desired...

Regards
 Daniel

-- 
http://www.danielnaber.de

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