akshithahm / jfeaturelib

Automatically exported from code.google.com/p/jfeaturelib
0 stars 0 forks source link

catch Exception w/out logging or rethrowing #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
changed owner

Original comment by franz.graf on 7 Dec 2011 at 3:03

GoogleCodeExporter commented 9 years ago

Original comment by ben...@gmail.com on 8 Dec 2011 at 12:46

GoogleCodeExporter commented 9 years ago

Original comment by franz.graf on 13 May 2012 at 9:06