Description of ImageCreationException MicroUI:E:=X?

I encountered the following error:

Exception in thread "NotificationManager" ej.microui.display.ImageCreationException: MicroUI:E=7
 at java.lang.System.@M:0x201857e4:0x201857ee@
 at java.lang.Throwable.@M:0x201e76c4:0x201e76da@
 at java.lang.Throwable.@M:0x201e7578:0x201e7598@
 at java.lang.Exception.@M:0x20138048:0x2013805a@
 at java.lang.RuntimeException.@M:0x2017da74:0x2017da86@
 at ej.microui.display.ImageCreationException.@M:0x2016df94:0x2016dfa6@
 at ej.microui.display.Image.@M:0x201d6b10:0x201d6b42@
 at ej.microui.display.ImageCreatorVisitor.@M:0x2016e024:0x2016e036@
 at ej.microui.display.Image$6.@M:0x2016e148:0x2016e166@
 at ej.microui.display.ImageCreatorVisitor.@M:0x2016dfd4:0x2016e01d@
 at ej.microui.display.Image.@M:0x201d6c08:0x201d6cb0@
 at ej.microui.display.Image.@M:0x201d6728:0x201d67e2@
 at ej.microui.display.Image.@M:0x201d6660:0x201d6674@

Where can I find a description of the errors?

Thanks.

Hi @gjadi,

You can find the description of this error in the Device Developer Guide [1]. Page 75 describes:

The platform cannot decode this kind of image, because the required runtimeimage decoder is not available in the platform.

So I think you try to decode an image that cannot be decoded on your platform.

Gaƫtan

[1] https://developer.microej.com/packages/devdevguide-4.1-A/TLT-0784-MAN-DeviceDevGuide-1.1.0.pdf

I was looking at the wrong section. Thank you.