org.pentaho.reporting.engine.classic.core
Class EmptyReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.pentaho.reporting.engine.classic.core.ReportProcessingException
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
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException |
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString |
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.