sO pcallF_minimalExceptionHandling(O f, O... args) { try { ret callFunction(f, args); } catch e { System.out.println(getStackTrace(e)); _storeException(e); } null; }