0% found this document useful (0 votes)
10 views1 page

Yozo Log

The document contains two instances of a NullPointerException occurring in a Java application. Both exceptions indicate an attempt to invoke the 'size()' method on a null object reference, originating from the same method in the code. The stack trace provides details on the sequence of method calls leading to the error.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Yozo Log

The document contains two instances of a NullPointerException occurring in a Java application. Both exceptions indicate an attempt to invoke the 'size()' method on a null object reference, originating from the same method in the code. The stack trace provides details on the sequence of method calls leading to the error.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Exception:2025.03.

03 21:04:36
java.lang.NullPointerException: Attempt to invoke interface method 'int
java.util.List.size()' on a null object reference
at b.f.i.t.h.S1(Unknown Source:526)
at b.f.i.t.h.X(Unknown Source:0)
at b.f.i.t.h$h.j(Unknown Source:1478)
at b.f.i.t.h.h(Unknown Source:141)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:264)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:233)
at android.os.Looper.loop(Looper.java:334)
at emo.main.ThreadWorker$1.run(Unknown Source:54)

Exception:2025.03.03 21:06:25
java.lang.NullPointerException: Attempt to invoke interface method 'int
java.util.List.size()' on a null object reference
at b.f.i.t.h.S1(Unknown Source:526)
at b.f.i.t.h.X(Unknown Source:0)
at b.f.i.t.h$h.j(Unknown Source:1478)
at b.f.i.t.h.h(Unknown Source:141)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:264)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:233)
at android.os.Looper.loop(Looper.java:334)
at emo.main.ThreadWorker$1.run(Unknown Source:54)

You might also like