| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
StackableExceptionorg.jfree.report.ReportExceptionorg.jfree.report.ReportDataFactoryExceptionpublic class ReportDataFactoryExceptionextends ReportExceptionConstructor Summary | |
| |
| |
| |
public ReportDataFactoryException()
Creates a StackableRuntimeException with no message and no parent.
public ReportDataFactoryException(String message)
Creates an exception.
- Parameters:
message- the exception message.
public ReportDataFactoryException(String message, Exception ex)
Creates an exception.
- Parameters:
message- the exception message.ex- the parent exception.