Comment 4 for bug 1304441

Revision history for this message
Matthias Ronge (matthias-ronge) wrote :

Option 3: The error occurs in a catch block, so the exception which is the cause of the problem is hidden to me. Perhaps the second argument of the Status constructor (String pluginId) must not be ""?

Can you pass the exception? I.e.,
throw new CoreException(new Status(IStatus.ERROR, ID, "", e));