When I run a Java program, I get an error:
Exception in thread "Thread-18"
Exception: java.lang.AbstractMethodError thrown from the UncaughtExceptionHandler in thread "Thread-18".
However, it does not indicate which line makes this mistake. The program has 20000 thousands of codes, I cannot check each line.