After doing as said the results are:
Enter the length in feet and inches seperated by a space:
1 2
The total length converted to centimeters is: 35.56
----jGRASP: operation complete.
----jGRASP exec:
java CentimetersExceptionHandling
Enter the length in feet and inches seperated by a space:
-1 -2
-1 -2
Exception java.lang.IllegalArgumentException -1
----jGRASP: operation complete.
I have to enter the negatives twice to get any results and it is displaying the third input(token)...-1. Also the program does need to continue until valid positive numbers are put in.