org.jfree.report
public class ReportDataFactoryException extends ReportException
| Constructor and Description |
|---|
ReportDataFactoryException()
Creates a StackableRuntimeException with no message and no parent.
|
ReportDataFactoryException(java.lang.String message)
Creates an exception.
|
ReportDataFactoryException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
getParent, printStackTrace, printStackTrace, printStackTracepublic ReportDataFactoryException()
public ReportDataFactoryException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.public ReportDataFactoryException(java.lang.String message)
message - the exception message.