Hi,
I want to have a java code template, which should look something like:
Code:
throw new ${exeption_wrapper_type}(${enclosing_exception})
where ${enclosing_exception} evaluates to the exception catched by a surrounding catch block? Is this possible?
Thanks for answers.