Catch Exception w/out logging or rethrowing in
/trunk/src/de/lmu/dbs/jfeaturelib/ThreadWrapper.java
de.lmu.dbs.jfeaturelib.ThreadWrapper
catch(InstantiationException | IllegalAccessException e){
//FIXME Fix this or little kittens will die!
System.out.println("Error during instantiation");
e.printStackTrace();
}
Log Exception and throw an InvalidStateException
Original issue reported on code.google.com by franz.graf on 14 Nov 2011 at 8:10
Original issue reported on code.google.com by
franz.graf
on 14 Nov 2011 at 8:10