What value is returned by the get method? Can it be: "Error: 1"
Change your println to:
System.out.println(">"+wordList.get(j) +"<");