I interpret this stack trace as evidence of a flaw in your static 
initialization scheme for IOS

error is : java.lang.NullPointerException: null
[null] 0:0:0,0 - Exception: java.lang.NullPointerException - null
java.lang.NullPointerException
    at online_shared_Session_Mode.values:97
    at online_shared_commonLobby_2.__CLINIT__:223
    at online_shared_commonLobby.handleDeferredMouse:124
    at online_shared_commonLobby.run:51
    at java_lang_Thread.runImpl:153


Session.Mode is an enum with a custom constructor, but one that can't generate 
an exception.

There ought to be no way Session.Mode.values() can throw a nullpointerexception.


-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/14f32844-0664-498e-8344-e5a7f84c08c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to