Uses of Class
org.apache.uima.aae.error.ErrorContext
-
-
Uses of ErrorContext in org.apache.uima.aae.controller
Methods in org.apache.uima.aae.controller with parameters of type ErrorContext Modifier and Type Method Description protected voidBaseAnalysisEngineController. handleAction(java.lang.String anAction, java.lang.String anEndpoint, ErrorContext anErrorContext)voidAggregateAnalysisEngineController_impl. takeAction(java.lang.String anAction, java.lang.String anEndpointName, ErrorContext anErrorContext)voidAnalysisEngineController. takeAction(java.lang.String anAction, java.lang.String anEndpointName, ErrorContext anErrorContext)voidAnalysisEngineControllerAdapter. takeAction(java.lang.String anAction, java.lang.String anEndpointName, ErrorContext anErrorContext)voidPrimitiveAnalysisEngineController_impl. takeAction(java.lang.String anAction, java.lang.String anEndpointName, ErrorContext anErrorContext)Executes action on error. -
Uses of ErrorContext in org.apache.uima.aae.delegate
Methods in org.apache.uima.aae.delegate with parameters of type ErrorContext Modifier and Type Method Description voidControllerDelegate. handleError(java.lang.Exception e, ErrorContext errorContext)abstract voidDelegate. handleError(java.lang.Exception e, ErrorContext errorContext) -
Uses of ErrorContext in org.apache.uima.aae.error
Methods in org.apache.uima.aae.error with parameters of type ErrorContext Modifier and Type Method Description protected java.lang.StringErrorHandlerBase. getEndpointName(AnalysisEngineController aController, ErrorContext anErrorContext)voidErrorHandlerChain. handle(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)booleanErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)protected booleanErrorHandlerBase. isHandlerForError(ErrorContext anErrorContext, int anExpectedCommand)voidErrorHandlerListener. onError(java.lang.Throwable t, ErrorContext anErrorContext)voidErrorHandlerListener. onError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)voidErrorHandlerListenerBase. onError(java.lang.Throwable t, ErrorContext anErrorContext)voidErrorHandlerListenerBase. onError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)protected booleanErrorHandlerBase. retryLastCommand(int aRetryCommand, Endpoint anEndpoint, AnalysisEngineController aController, java.lang.String aKey, Threshold aThreshold, ErrorContext anErrorContext) -
Uses of ErrorContext in org.apache.uima.aae.error.handler
Methods in org.apache.uima.aae.error.handler with parameters of type ErrorContext Modifier and Type Method Description booleanCpcErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)booleanGetMetaErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)booleanProcessCasErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) -
Uses of ErrorContext in org.apache.uima.aae.handler
Methods in org.apache.uima.aae.handler that return ErrorContext Modifier and Type Method Description static ErrorContextHandlerBase. populateErrorContext(MessageContext aMessageCtx) -
Uses of ErrorContext in org.apache.uima.adapter.jms.client
Methods in org.apache.uima.adapter.jms.client with parameters of type ErrorContext Modifier and Type Method Description voidClientServiceDelegate. handleError(java.lang.Exception e, ErrorContext errorContext) -
Uses of ErrorContext in org.apache.uima.jms.error.handler
Methods in org.apache.uima.jms.error.handler with parameters of type ErrorContext Modifier and Type Method Description booleanInvalidJMSMessageHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)booleanJMSExceptionHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
-