Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Yozolog

The document shows a NullPointerException stack trace occurring when trying to add an attribute to an element. The exception is thrown because a QName object's string is null, causing it to fail hashCode and equals checks during attribute addition.

Uploaded by

Rohmat Tulloh
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)
15 views1 page

Yozolog

The document shows a NullPointerException stack trace occurring when trying to add an attribute to an element. The exception is thrown because a QName object's string is null, causing it to fail hashCode and equals checks during attribute addition.

Uploaded by

Rohmat Tulloh
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:2020.12.

23 15:48:34
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:25)
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 emo.f.c.j.a(Unknown Source:780)
at emo.f.c.j.b(Unknown Source:48)
at emo.f.c.j.a(Unknown Source:150)
at emo.f.c.j.a(Unknown Source:246)
at emo.f.c.c.c.a(Unknown Source:543)
at emo.f.c.c.c.a(Unknown Source:1035)
at emo.f.c.c.c.a(Unknown Source:314)
at emo.f.c.c.c.a(Unknown Source:36)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:1443)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:224)
at emo.main.ThreadWorker$1.run(Unknown Source:56)

You might also like