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 void
BaseAnalysisEngineController.handleAction
(String anAction, String anEndpoint, ErrorContext anErrorContext) void
AggregateAnalysisEngineController_impl.takeAction
(String anAction, String anEndpointName, ErrorContext anErrorContext) void
AnalysisEngineController.takeAction
(String anAction, String anEndpointName, ErrorContext anErrorContext) void
AnalysisEngineControllerAdapter.takeAction
(String anAction, String anEndpointName, ErrorContext anErrorContext) void
PrimitiveAnalysisEngineController_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 TypeMethodDescriptionvoid
ControllerDelegate.handleError
(Exception e, ErrorContext errorContext) abstract void
Delegate.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 String
ErrorHandlerBase.getEndpointName
(AnalysisEngineController aController, ErrorContext anErrorContext) void
ErrorHandlerChain.handle
(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) boolean
ErrorHandler.handleError
(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) protected boolean
ErrorHandlerBase.isHandlerForError
(ErrorContext anErrorContext, int anExpectedCommand) void
ErrorHandlerListener.onError
(Throwable t, ErrorContext anErrorContext) void
ErrorHandlerListener.onError
(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) void
ErrorHandlerListenerBase.onError
(Throwable t, ErrorContext anErrorContext) void
ErrorHandlerListenerBase.onError
(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) protected boolean
ErrorHandlerBase.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 TypeMethodDescriptionboolean
CpcErrorHandler.handleError
(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) boolean
GetMetaErrorHandler.handleError
(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) boolean
ProcessCasErrorHandler.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 ErrorContext
HandlerBase.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 TypeMethodDescriptionvoid
ClientServiceDelegate.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 TypeMethodDescriptionboolean
InvalidJMSMessageHandler.handleError
(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) boolean
JMSExceptionHandler.handleError
(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)