Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

| * |

  Show Posts
Pages: [1]
1  PureMVC Manifold / MultiCore Version / Global Error Handling with Pipes on: August 10, 2012, 07:01:30
Hi,

i use the multicore version of Pure MVC with Pipes.
I have a shell which loads all Cores (single swfs) and now i want
to implement the global exception handling for logging.
In one Module i created a GlobalExceptionMediator.
There i add the Event Listener view.loaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGHT_ERROR, onError);
where view is the Main class from the shell.

My Problem is that errors for example in a Proxy (because of no relation to any view) do not fire the event.

Does anybody know a solution for the problem?

Best,

Marc
Pages: [1]