org.pentaho.reporting.engine.classic.core.states
Class CollectingReportErrorHandler

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.states.CollectingReportErrorHandler
All Implemented Interfaces:
ReportProcessingErrorHandler

public class CollectingReportErrorHandler
extends Object
implements ReportProcessingErrorHandler

Creation-Date: 04.07.2007, 14:01:43

Author:
Thomas Morgner

Constructor Summary
CollectingReportErrorHandler()
           
 
Method Summary
 void clearErrors()
           
 Exception[] getErrors()
           
 void handleError(Exception exception)
           
 boolean isErrorOccured()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectingReportErrorHandler

public CollectingReportErrorHandler()
Method Detail

handleError

public void handleError(Exception exception)
Specified by:
handleError in interface ReportProcessingErrorHandler

isErrorOccured

public boolean isErrorOccured()
Specified by:
isErrorOccured in interface ReportProcessingErrorHandler

getErrors

public Exception[] getErrors()
Specified by:
getErrors in interface ReportProcessingErrorHandler

clearErrors

public void clearErrors()
Specified by:
clearErrors in interface ReportProcessingErrorHandler