This is one of the two reasons why I don\'t use jakartas framework (yet) but stick to 
my own. The generic transforming method needs to be declared as throwing exceptions. 

My Transformation interface (a Transformation is the thing doing the Transformation 
from one class to another, the Transformer is the surrounding framework) throws 
InstantiationException and InvocationTargetException (since some reflection almost 
always is there). InvocationTargetException wraps another Exception, and this is how 
java.lang.reflect deals with it.

At one time, I let it throw Exception, but I have changed into the two mentioned.

/O

--------------------
[EMAIL PROTECTED]
0733 - 99 99 17

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

Reply via email to