Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Proposed patch for 160884

Hi everyone,

I'm proposing a patch for bug 160884.  This patch changes the parent class
of DOMException from CoreException to Exception.  This would facilitate the
usage of the CDT parser outside of Eclipse.

The most significant change that this patch introduces is that stacktraces
from DOMExceptions are now being propagated to the logging system.  Before,
the stacktraces were being suppressed.

http://bugs.eclipse.org/bugs/show_bug.cgi?id=160884

Thanks,

Jason Montojo
IBM CDT Team
IBM Toronto Lab
905-413-5228
jmontojo@xxxxxxxxxx



Back to the top