Uses of Class
org.apache.uima.aae.error.ErrorContext
Packages that use ErrorContext
Package
Description
-
Uses of ErrorContext in org.apache.uima.aae.controller
Methods in org.apache.uima.aae.controller with parameters of type ErrorContextModifier and TypeMethodDescriptionprotected voidBaseAnalysisEngineController.handleAction(String anAction, String anEndpoint, ErrorContext anErrorContext) voidAggregateAnalysisEngineController_impl.takeAction(String anAction, String anEndpointName, ErrorContext anErrorContext) voidAnalysisEngineController.takeAction(String anAction, String anEndpointName, ErrorContext anErrorContext) voidAnalysisEngineControllerAdapter.takeAction(String anAction, String anEndpointName, ErrorContext anErrorContext) voidPrimitiveAnalysisEngineController_impl.takeAction(String anAction, 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 ErrorContextModifier and TypeMethodDescriptionvoidControllerDelegate.handleError(Exception e, ErrorContext errorContext) abstract voidDelegate.handleError(Exception e, ErrorContext errorContext) -
Uses of ErrorContext in org.apache.uima.aae.error
Methods in org.apache.uima.aae.error with parameters of type ErrorContextModifier and TypeMethodDescriptionprotected StringErrorHandlerBase.getEndpointName(AnalysisEngineController aController, ErrorContext anErrorContext) voidErrorHandlerChain.handle(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) booleanErrorHandler.handleError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) protected booleanErrorHandlerBase.isHandlerForError(ErrorContext anErrorContext, int anExpectedCommand) voidErrorHandlerListener.onError(Throwable t, ErrorContext anErrorContext) voidErrorHandlerListener.onError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) voidErrorHandlerListenerBase.onError(Throwable t, ErrorContext anErrorContext) voidErrorHandlerListenerBase.onError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) protected booleanErrorHandlerBase.retryLastCommand(int aRetryCommand, Endpoint anEndpoint, AnalysisEngineController aController, 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 ErrorContextModifier and TypeMethodDescriptionbooleanCpcErrorHandler.handleError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) booleanGetMetaErrorHandler.handleError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) booleanProcessCasErrorHandler.handleError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) -
Uses of ErrorContext in org.apache.uima.aae.handler
Methods in org.apache.uima.aae.handler that return ErrorContextModifier and TypeMethodDescriptionstatic 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 ErrorContextModifier and TypeMethodDescriptionvoidClientServiceDelegate.handleError(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 ErrorContextModifier and TypeMethodDescriptionbooleanInvalidJMSMessageHandler.handleError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) booleanJMSExceptionHandler.handleError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)