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 ErrorPostProcessor
TryCatch. m_ErrorPostProcessor
the error post-processor to use.Methods in adams.flow.control that return ErrorPostProcessor Modifier and Type Method Description ErrorPostProcessor
TryCatch. getErrorPostProcessor()
Returns the error post-processor in use.Methods in adams.flow.control with parameters of type ErrorPostProcessor Modifier and Type Method Description void
TryCatch. 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 class
AbstractErrorPostProcessor
Ancestor for post-processors for error messages.class
MultiErrorPostProcessor
Applies the specified post-processors subsequently.class
Null
Dummy post-processor, does nothing.class
OutOfMemory
In case of an out of memory error, sends a log entry to the specified callable actor (if available).class
RemoveExceptionPrefix
Uses the supplied regular expression to remove the exception prefix, e.g., '.class
RemoveStackTrace
Removes 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_PostProcessors
the 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 void
MultiErrorPostProcessor. setPostProcessors(ErrorPostProcessor[] value)
Sets the post-processors to apply.
-