Talk:Platform UI Error Handling
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)