Posted by Norbert Wenzel on 08/05/05 14:23
Torgny Bjers wrote:
> The Java way doesn't work here. The best approach would be to simply run
> a try/catch/finally around the call to your function/method, and inside
> the function itself you do the following:
>
> if (...) { throw new Exception("My message."); } }
Hello Torgny,
Thanky you for your fast help.
Greetings,
Norbert
[Back to original message]
|