Uses of Class
adams.flow.control.errorpostprocessor.AbstractErrorPostProcessor
-
Packages that use AbstractErrorPostProcessor Package Description adams.flow.control.errorpostprocessor -
-
Uses of AbstractErrorPostProcessor in adams.flow.control.errorpostprocessor
Subclasses of AbstractErrorPostProcessor in adams.flow.control.errorpostprocessor Modifier and Type Class Description 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., '.*java.lang.Error:'.class
RemoveStackTrace
Removes the stacktrace from the message, if possible.
-