Package adams.flow.control.errorpostprocessor
-
Interface Summary Interface Description ErrorPostProcessor Interface for post-processors for error messages. -
Class Summary Class Description AbstractErrorPostProcessor Ancestor for post-processors for error messages.MultiErrorPostProcessor Applies the specified post-processors subsequently.Null Dummy post-processor, does nothing.OutOfMemory In case of an out of memory error, sends a log entry to the specified callable actor (if available).RemoveExceptionPrefix Uses the supplied regular expression to remove the exception prefix, e.g., '.*java.lang.Error:'.RemoveStackTrace Removes the stacktrace from the message, if possible.