What line does the error happen on? Please post the full text of the error message.
The NoSuchElementException error is from a Scanner method that tried to read and didn't find anything.
One problem I see is that hasNext() is not called before every call to next()