I've written a c# OLE and I've integrated inside my java eclipse-rcp application throgh the class OleAutomation of org.eclipse.swt.ole.win32 described here
Is it possible to throw exceptions from the OLE and catpure them with a try/catch statement inside the rcp application?
Many Thanks