| org.jfree.report.InvalidReportStateException
InvalidReportStateException | public class InvalidReportStateException extends StackableRuntimeException (Code) | | An exception that can be thrown during report processing, if an error occurs.
author: Thomas Morgner |
InvalidReportStateException | public InvalidReportStateException(String message, Exception ex)(Code) | | Creates an exception.
Parameters: message - the exception message. Parameters: ex - the parent exception. |
InvalidReportStateException | public InvalidReportStateException(String message)(Code) | | Creates an exception.
Parameters: message - the exception message. |
|
|