String controllerName = "/" + getController().getComponentName();
if (!getController().isTopLevelComponent()) {
controllerName += ((BaseAnalysisEngineController) getController().getParentController())
.getUimaContextAdmin().getQualifiedContextName();
}
Exception remoteException = new UimaAsDelegateException("----> Controller:"
+ controllerName + " Received Exception " + casid_msg + " From Delegate:"
+ delegateKey, (Exception) object);
ErrorContext errorContext = new ErrorContext();
errorContext.add(AsynchAEMessage.Command, aMessageContext
.getMessageIntProperty(AsynchAEMessage.Command));