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

Yozolog

The document contains 3 exceptions encountered while opening, writing, and editing a file. The first exception is a FileNotFoundException due to an image file not existing at the specified path. The second is an IOException due to a failure to write to a file. The third is a NullPointerException where an attempt was made to set properties on a null Picture object.

Uploaded by

Dinamo Setan
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)
35 views2 pages

Yozolog

The document contains 3 exceptions encountered while opening, writing, and editing a file. The first exception is a FileNotFoundException due to an image file not existing at the specified path. The second is an IOException due to a failure to write to a file. The third is a NullPointerException where an attempt was made to set properties on a null Picture object.

Uploaded by

Dinamo Setan
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:2022.01.

16 07:14:09
java.io.FileNotFoundException:
/storage/emulated/0/.tmp/Yozo_Office/Temp/fc/9614814371642292049866/
KELOMPOK_7_MATERI_1-WPS Office.docx/word/media/image1.png: open failed: ENOENT (No
such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:492)
at java.io.FileOutputStream.<init>(FileOutputStream.java:236)
at java.io.FileOutputStream.<init>(FileOutputStream.java:186)
at b.f.i.h.a(Unknown Source:174)
at b.f.i.h.o(Unknown Source:69)
at b.f.i.q.j.m0(Unknown Source:2)
at b.f.i.q.j.i(Unknown Source:0)
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:257)
at emo.main.ThreadWorker$1.run(Unknown Source:54)
Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or
directory)
at libcore.io.Linux.open(Native Method)
at libcore.io.ForwardingOs.open(ForwardingOs.java:166)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:254)
at libcore.io.ForwardingOs.open(ForwardingOs.java:166)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8101)
at libcore.io.IoBridge.open(IoBridge.java:478)
... 11 more

Exception:2022.02.02 08:23:21
java.io.IOException: write failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.write(IoBridge.java:540)
at java.io.FileOutputStream.write(FileOutputStream.java:398)
at b.f.i.h.a(Unknown Source:183)
at b.f.i.h.o(Unknown Source:69)
at b.f.i.r.c.r(Unknown Source:2)
at b.f.i.r.c.i(Unknown Source:0)
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:257)
at emo.main.ThreadWorker$1.run(Unknown Source:54)
Caused by: android.system.ErrnoException: write failed: ENOENT (No such file or
directory)
at libcore.io.Linux.writeBytes(Native Method)
at libcore.io.Linux.write(Linux.java:293)
at libcore.io.ForwardingOs.write(ForwardingOs.java:240)
at libcore.io.BlockGuardOs.write(BlockGuardOs.java:418)
at libcore.io.ForwardingOs.write(ForwardingOs.java:240)
at libcore.io.IoBridge.write(IoBridge.java:535)
... 10 more

Exception:2022.02.02 08:23:22
java.lang.NullPointerException: Attempt to invoke virtual method 'void
emo.image.Picture.setCropTop(float)' on a null object reference
at b.f.i.s.h.v(Unknown Source:844)
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 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:257)
at emo.main.ThreadWorker$1.run(Unknown Source:54)

You might also like