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

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

public class IgnoreEverythingReportErrorHandler
extends Object
implements ReportProcessingErrorHandler

Creation-Date: 04.07.2007, 14:01:43

Author:
Thomas Morgner

Field Summary
static ReportProcessingErrorHandler INSTANCE
           
 
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
 

Field Detail

INSTANCE

public static final ReportProcessingErrorHandler INSTANCE
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