org.pentaho.reporting.engine.classic.core
Class InvalidReportStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.reporting.libraries.base.util.StackableRuntimeException
org.pentaho.reporting.engine.classic.core.InvalidReportStateException
- All Implemented Interfaces:
- Serializable
public class InvalidReportStateException
- extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException
An exception that can be thrown during report processing, if an error occurs.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableRuntimeException |
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace |
InvalidReportStateException
public InvalidReportStateException(String message,
Exception ex)
- Creates an exception.
- Parameters:
message
- the exception message.ex
- the parent exception.
InvalidReportStateException
public InvalidReportStateException(String message)
- Creates an exception.
- Parameters:
message
- the exception message.