Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top