Skip to main content
Jump to: navigation, search

Talk:Platform UI Error Handling

Revision as of 14:09, 16 January 2007 by Nbeyer.cerner.com (Talk | contribs) (StatusManager API - use interfaces)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In the introduction it says that this proposal is for error messages only and does not include Log or trace etc. However, in the issues section it talks about "Error message, error dialog, error in the console view, error in the log view". --Daniel megert.ch.ibm.com 04:37, 28 September 2006 (EDT)

StatusManager API - use interfaces

Is this really the API for the StatusManager?

public void handle(IStatus status, int handlingHint, HashMap handlingProps);

Shouldn't it use Map instead?

public void handle(IStatus status, int handlingHint, Map handlingProps);

--Nbeyer.cerner.com 13:09, 16 January 2007 (EST)

Back to the top