Uses of Class
com.redwood.scheduler.api.exception.ReportGenerationException
-
Packages that use ReportGenerationException Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of ReportGenerationException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw ReportGenerationException Modifier and Type Method Description void
Report. generate(ReportDestination formatter)
Generate the report and output the results to the ReportDestination.void
Report. generate(ReportDestination formatter, Map<String,Object> parameters)
Generate the report and output the results to the ReportDestination.
-