Uses of Interface
adams.flow.control.errorpostprocessor.ErrorPostProcessor
-
Packages that use ErrorPostProcessor Package Description adams.flow.control adams.flow.control.errorpostprocessor -
-
Uses of ErrorPostProcessor in adams.flow.control
Fields in adams.flow.control declared as ErrorPostProcessor Modifier and Type Field Description protected ErrorPostProcessorTryCatch. m_ErrorPostProcessorthe error post-processor to use.Methods in adams.flow.control that return ErrorPostProcessor Modifier and Type Method Description ErrorPostProcessorTryCatch. getErrorPostProcessor()Returns the error post-processor in use.Methods in adams.flow.control with parameters of type ErrorPostProcessor Modifier and Type Method Description voidTryCatch. setErrorPostProcessor(ErrorPostProcessor value)Sets the error post-processor to use. -
Uses of ErrorPostProcessor in adams.flow.control.errorpostprocessor
Classes in adams.flow.control.errorpostprocessor that implement ErrorPostProcessor Modifier and Type Class Description classAbstractErrorPostProcessorAncestor for post-processors for error messages.classMultiErrorPostProcessorApplies the specified post-processors subsequently.classNullDummy post-processor, does nothing.classOutOfMemoryIn case of an out of memory error, sends a log entry to the specified callable actor (if available).classRemoveExceptionPrefixUses the supplied regular expression to remove the exception prefix, e.g., '.classRemoveStackTraceRemoves the stacktrace from the message, if possible.Fields in adams.flow.control.errorpostprocessor declared as ErrorPostProcessor Modifier and Type Field Description protected ErrorPostProcessor[]MultiErrorPostProcessor. m_PostProcessorsthe post-processors to use.Methods in adams.flow.control.errorpostprocessor that return ErrorPostProcessor Modifier and Type Method Description ErrorPostProcessor[]MultiErrorPostProcessor. getPostProcessors()Returns the post-processors to apply.Methods in adams.flow.control.errorpostprocessor with parameters of type ErrorPostProcessor Modifier and Type Method Description voidMultiErrorPostProcessor. setPostProcessors(ErrorPostProcessor[] value)Sets the post-processors to apply.
-