Rahul Akolkar <[EMAIL PROTECTED]> writes:
><snap/>
>- getLog().error( "Method invocation threw an exception.", t );
>+ // What to do here? I can't convey the failure back to the caller.
><snip/>
throw new RuntimeException(t) if you aim for JDK 1.4+
throw new RuntimeException(t.getMessage()) if you need 1.3 compatibility.
should be possible everywhere.
Best regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
[EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/
RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire
Linux, Java, perl, Solaris -- Consulting, Training, Development
4 - 8 - 15 - 16 - 23 - 42
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]