org.mondemand

Interface ErrorHandler

Known Implementing Classes:
DefaultErrorHandler

public interface ErrorHandler

This interface provides a way to create error handler callbacks.
Author:
Michael Lum

Method Summary

void
handleError(String error)
void
handleError(String error, Exception e)

Method Details

handleError

public void handleError(String error)

handleError

public void handleError(String error,
                        Exception e)