Reports an error based on the given {@link ErrorInfo}. This method may be a long running method, and so should not block the EDT in any way. If an error occurs while reporting the error, it must not throw an exception from this method. If an error dialog causes another error, it should be silently swallowed. If proper heuristics can be used, an attempt can be made some time later to re-report failed error reports, but such attempts should be transparent to the user.
@param info encapsulates all information to report using this facility. Must not be null. @exception thrown if the info param is null
|
|