Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Exception occurred while saving project preferences
Exception occurred while saving project preferences [message #876682] Fri, 25 May 2012 05:14 Go to next message
Deepthi Mising name is currently offline Deepthi Mising nameFriend
Messages: 8
Registered: May 2012
Junior Member
Hello,

I create a project and try to create the preferences. When creating the preferences using IEclipsePreferences it throws me the exception "Exception occurred while saving project preferences". This happens when I open the Project using the IResource.BACKGROUND_REFRESH otherwise it is fine. How do i overcome this exception. Please help me out in this.

IProject project =....
project.create(prjDescription, monitor.newChild(30));
project.open(IResource.BACKGROUND_REFRESH, monitor.newChild(30));

Thanks,
Deepthi


Re: Exception occurred while saving project preferences [message #876763 is a reply to message #876682] Fri, 25 May 2012 08:47 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Deepthi,

There's no enough information here for anyone to help. Not even a
strack trace. What have you done yourself to try to determine the cause?


On 25/05/2012 7:14 AM, Deepthi Mising name wrote:
> Hello,
>
> I create a project and try to create the preferences. When creating
> the preferences using IEclipsePreferences it throws me the exception
> "Exception occurred while saving project preferences". This happens
> when I open the Project using the IResource.BACKGROUND_REFRESH
> otherwise it is fine. How do i overcome this exception. Please help me
> out in this.
>
> IProject project =....
> project.create(prjDescription, monitor.newChild(30));
> project.open(IResource.BACKGROUND_REFRESH, monitor.newChild(30));
>
> Thanks,
> Deepthi
>
>
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Treeviewer scrollbar misbehaves under windows?
Next Topic:Initialize underlined or other special Font Preferences
Goto Forum:
  


Current Time: Thu Apr 18 09:25:11 GMT 2024

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

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

Back to the top