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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postProcessError(ErrorHandler handler, Actor source, String type, String msg)
Post-processes the error.
-
-
-
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 fromsource
- the source actor where the error originatedtype
- the type of errormsg
- the error message
-
-