| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
StackableExceptionorg.jfree.report.ReportExceptionorg.jfree.report.ReportProcessingExceptionpublic class ReportProcessingExceptionextends ReportExceptionConstructor Summary | |
| |
| |
public ReportProcessingException(String message)
Creates an exception.
- Parameters:
message- the exception message.
public ReportProcessingException(String message, Exception ex)
Creates an exception.
- Parameters:
message- the exception message.ex- the parent exception.