How can exception message overtake an executed printed line
I read fields from a .csv file separated with “;” semicolons. And I wrote exeptions to handle the possible deviations. But if there is an exception, the NetBeans read out the error message before the …