I have a loop that looks something like this:
for (int i = 0; i < max; i++) { String myString = ...; float myNum = Float.parseFloat(myString);
The whole point of exceptions is to encourage the first style: letting the error handling be consolidated and handled once, not immediately at every possible error site.