org.jfree.report
public class ReportException extends StackableException
Constructor Summary | |
---|---|
ReportException()
Creates a StackableRuntimeException with no message and no parent. | |
ReportException(String message, Exception ex)
Creates an exception.
| |
ReportException(String message)
Creates an exception.
|
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.