org.pentaho.reporting.engine.classic.core
Class EmptyReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.reporting.libraries.base.util.StackableException
              extended by org.pentaho.reporting.engine.classic.core.ReportProcessingException
                  extended by org.pentaho.reporting.engine.classic.core.EmptyReportException
All Implemented Interfaces:
Serializable

public class EmptyReportException
extends ReportProcessingException

The EmptyReportException is thrown, it the report processing generated no content.

Author:
Thomas Morgner.
See Also:
Serialized Form

Constructor Summary
EmptyReportException(String message)
          Creates an EmptyReportException.
EmptyReportException(String message, Exception ex)
          Creates an EmptyReportException.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyReportException

public EmptyReportException(String message,
                            Exception ex)
Creates an EmptyReportException.

Parameters:
message - the exception message.
ex - the parent exception.

EmptyReportException

public EmptyReportException(String message)
Creates an EmptyReportException.

Parameters:
message - the exception message.