0% found this document useful (0 votes)
87 views2 pages

Yozolog

The document contains details of three null pointer exceptions that occurred while attempting to invoke methods on null objects. The exceptions occurred at orge.dom4j.QName.hashCode(), b.f.i.s.h.v(), and emo.image.Picture.setCropLeft() respectively, suggesting that a null value was passed as the object reference when calling these methods. The stack traces show the sequence of method calls that led to each exception.
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)
87 views2 pages

Yozolog

The document contains details of three null pointer exceptions that occurred while attempting to invoke methods on null objects. The exceptions occurred at orge.dom4j.QName.hashCode(), b.f.i.s.h.v(), and emo.image.Picture.setCropLeft() respectively, suggesting that a null value was passed as the object reference when calling these methods. The stack traces show the sequence of method calls that led to each exception.
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/ 2

Exception:2021.03.

19 20:28:01
java.lang.NullPointerException: Attempt to invoke virtual method 'int
java.lang.String.hashCode()' on a null object reference
at orge.dom4j.QName.hashCode(Unknown Source:16)
at orge.dom4j.QName.equals(Unknown Source:15)
at orge.dom4j.tree.DefaultElement.attribute(Unknown Source:23)
at orge.dom4j.tree.AbstractElement.addAttribute(Unknown Source:0)
at orge.dom4j.tree.AbstractElement.appendAttributes(Unknown Source:25)
at orge.dom4j.tree.DefaultElement.clone(Unknown Source:13)
at b.f.i.j.q(Unknown Source:599)
at b.f.i.j.s(Unknown Source:54)
at b.f.i.j.t(Unknown Source:253)
at b.f.i.j.p(Unknown Source:250)
at b.f.i.r.c.A(Unknown Source:550)
at b.f.i.r.c.t(Unknown Source:860)
at b.f.i.r.c.s(Unknown Source:482)
at b.f.i.r.c.h(Unknown Source:35)
at b.f.i.r.c.y(Unknown Source:81)
at b.f.i.r.c.i(Unknown Source:11)
at emo.main.FileHelper.openFileHead(Unknown Source:30)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:847)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:239)
at emo.main.ThreadWorker$1.run(Unknown Source:54)

Exception:2021.03.19 20:28:01
java.lang.NullPointerException: Attempt to invoke virtual method 'int
java.lang.String.hashCode()' on a null object reference
at orge.dom4j.QName.hashCode(Unknown Source:16)
at orge.dom4j.QName.equals(Unknown Source:15)
at orge.dom4j.tree.DefaultElement.attribute(Unknown Source:23)
at orge.dom4j.tree.AbstractElement.addAttribute(Unknown Source:0)
at orge.dom4j.tree.AbstractElement.appendAttributes(Unknown Source:25)
at orge.dom4j.tree.DefaultElement.clone(Unknown Source:13)
at b.f.i.j.q(Unknown Source:599)
at b.f.i.j.s(Unknown Source:54)
at b.f.i.j.t(Unknown Source:253)
at b.f.i.j.p(Unknown Source:250)
at b.f.i.r.c.A(Unknown Source:550)
at b.f.i.r.c.t(Unknown Source:860)
at b.f.i.r.c.s(Unknown Source:482)
at b.f.i.r.c.h(Unknown Source:35)
at b.f.i.r.c.y(Unknown Source:81)
at b.f.i.r.c.i(Unknown Source:11)
at emo.main.FileHelper.openFileHead(Unknown Source:30)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:847)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:239)
at emo.main.ThreadWorker$1.run(Unknown Source:54)

Exception:2021.03.19 20:28:02
java.lang.NullPointerException: Attempt to invoke virtual method 'void
emo.image.Picture.setCropLeft(float)' on a null object reference
at b.f.i.s.h.v(Unknown Source:873)
at b.f.i.s.h.t(Unknown Source:319)
at b.f.i.s.h.s(Unknown Source:6)
at b.f.i.r.c.t(Unknown Source:550)
at b.f.i.r.c.s(Unknown Source:482)
at b.f.i.r.c.h(Unknown Source:35)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:195)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:239)
at emo.main.ThreadWorker$1.run(Unknown Source:54)

You might also like