Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-tm-dev] Exceptions

Hi Dave,
I would prefer to stick with the original
org.eclipse.core.runtime.CoreException than introducing a new one. The
CoreException and IStatus mechanism should be well known to Eclipse
(plug-in) developers.

Regards,
Uwe Stieber


 

> -----Original Message-----
> From: dsdp-tm-dev-bounces@xxxxxxxxxxx 
> [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of David Dykstal
> Sent: Saturday, March 29, 2008 11:34 PM
> To: Target Management developer discussions
> Subject: [dsdp-tm-dev] Exceptions
> 
> In designing the new import/export support I came across 
> areas where I  
> would like to signal an exception. We currently don't have an  
> equivalent of org.eclipse.core.runtime.CoreException. However,  
> CoreException is fairly generic and extends Exception by wrapping an  
> IStatus. It might make sense to use this directly in our core code  
> instead of inventing something new, like say, RSECoreException which  
> would do basically the same thing.
> 
> Opinions?
> 
> -- Dave
> _______________________________________________
> dsdp-tm-dev mailing list
> dsdp-tm-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev
> 


Back to the top