handleError() in 3.1

Hi,

In jme3.0 it was possible to override handleError() in SimpleApplication to deal with uncaught exceptions. Is there a way to do the same thing in 3.1?

Yeah, you override handleError().

hello;
Not be like overriding handleError in SimpleApplication
Thank you very much Rohans