Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Custom StatusHandler subclassing problem
Custom StatusHandler subclassing problem [message #511500] Mon, 01 February 2010 18:41
Hauke Fuhrmann is currently offline Hauke FuhrmannFriend
Messages: 333
Registered: July 2009
Senior Member
Dear RCP folks,

I want to extend the common exception handling in my RCP application.
Hence I registered a custom StatusHandler with my product, which in
general works fine.

I would like to get in most cases the usual dialogs given by the IDE.
Hence I'm extending the IDEWorkbenchErrorHandler from the
org.eclipse.ui.ide.application plugin. Unfortunately it seems that I'm
not allowed to do that, because I get the message below and the class
will not be loaded correctly.

What is the right way to subclass the common IDE Status handler?

- Discouraged access: The type IDEWorkbenchErrorHandler is not
accessible due to restriction on required
library
/Developer/eclipse_3.5.1/plugins/org.eclipse.ui.ide_3.5.1.M2 0090826-0800.jar

Cheers,
Hauke
Previous Topic:Eclipse plugin with Hibernate
Next Topic:Example RCP-project: when is Application.stop() supposed to be called?
Goto Forum:
  


Current Time: Fri Mar 29 13:39:20 GMT 2024

Powered by FUDForum. Page generated in 0.02742 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top