私の問題はこれです
Scanner sf = new Scanner(f);
ArrayList<String> teamArr = new ArrayList<String>();
int counterPopulate = 0;
while(sf.hasNextLine()){
teamArr[counterPopulate] = sf.nextLine();
counterPopulate++;
}
任意のソリューション、これは try キャッチで囲まれています。この部分で問題を取得teamArr[counterPopulate] = sf.nextLine();