Once an exception is caught in this code, the menuSystem method is run, but once I go to input a number the programme closes and the \"Build is successful\" mes
menuSystem
Another way you can do it:
List directories; ... for ( File f : directories ) { try { processFolder(f); } catch( Exception e ) { SimpleLog.write(e); } }