Interface ErrorPostProcessor

  • All Known Implementing Classes:
    AbstractErrorPostProcessor, Null, OutOfMemory

    public interface ErrorPostProcessor
    Interface for post-processors for error messages. To be used by error handlers.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • postProcessError

        void postProcessError​(ErrorHandler handler,
                              Actor source,
                              String type,
                              String msg)
        Post-processes the error.
        Parameters:
        handler - the error handler that this call comes from
        source - the source actor where the error originated
        type - the type of error
        msg - the error message