Uses of Class
org.jboss.seam.reports.exceptions.ReportException

Packages that use ReportException
org.jboss.seam.reports   
org.jboss.seam.reports.exceptions   
 

Uses of ReportException in org.jboss.seam.reports
 

Methods in org.jboss.seam.reports that throw ReportException
 ReportDefinition ReportCompiler.compile(InputStream input)
           
 ReportDefinition ReportCompiler.compile(String name)
           
 Report ReportDefinition.fill(Object dataSource, Map<String,Object> parameters)
          Produces Report objects by filling them with a object that this definition can handle and some optional parameters
 Report ReportLoader.loadReport(InputStream input)
           
 Report ReportLoader.loadReport(String name)
           
 ReportDefinition ReportLoader.loadReportDefinition(InputStream input)
           
 ReportDefinition ReportLoader.loadReportDefinition(String name)
           
 

Uses of ReportException in org.jboss.seam.reports.exceptions
 

Subclasses of ReportException in org.jboss.seam.reports.exceptions
 class IllegalReportDataSourceException
           
 class UnsupportedReportOutputException
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.