org.jfree.report

Class ReportProcessingException

public class ReportProcessingException extends ReportException

An exception that can be thrown during report processing, if an error occurs.

Author: Thomas Morgner

Constructor Summary
ReportProcessingException(String message, Exception ex)
Creates an exception.
ReportProcessingException(String message)
Creates an exception.

Constructor Detail

ReportProcessingException

public ReportProcessingException(String message, Exception ex)
Creates an exception.

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

ReportProcessingException

public ReportProcessingException(String message)
Creates an exception.

Parameters: message the exception message.