[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
- From: David Dykstal <dykstal@xxxxxxx>
- Date: Sat, 29 Mar 2008 17:33:51 -0500
- Delivered-to: dsdp-tm-dev@eclipse.org
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