org.jfree.report
public class ReportProcessingException extends ReportException
| Constructor Summary | |
|---|---|
| ReportProcessingException(String message, Exception ex)
Creates an exception.
| |
| ReportProcessingException(String message)
Creates an exception.
| |
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.