Error due to scanner class

Exception in thread “main” java.util.NoSuchElementException: No line found
at java.util.Scanner.nextLine(Scanner.java:1540)
at Main.main(Main.java:6)

NoSuchElementException error is thrown by methods to indicate that the element being requested does not exist.so check your loops and inputs if u are requesting a non existent element