org.pentaho.reporting.engine.classic.core.states
Interface ReportProcessingErrorHandler

All Known Implementing Classes:
CollectingReportErrorHandler, IgnoreEverythingReportErrorHandler

public interface ReportProcessingErrorHandler

Creation-Date: 04.07.2007, 13:59:42

Author:
Thomas Morgner

Method Summary
 void clearErrors()
           
 Exception[] getErrors()
           
 void handleError(Exception exception)
           
 boolean isErrorOccured()
           
 

Method Detail

handleError

void handleError(Exception exception)

isErrorOccured

boolean isErrorOccured()

getErrors

Exception[] getErrors()

clearErrors

void clearErrors()