Sorry, my mail was not correct:

2009/11/6 Pasquale Imbemba <p.imbemba@gmail.com>
input is i=1
should be i = -1, so that the throw line is entered
if ( i<0){
throw new FooBarException("1 is greater than 0").
That is, an input I expect should cause my defined FooBarException.
 
~pasquale