Home
last modified time | relevance | path

Searched refs:JobDefinitionException (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java28 import com.sun.star.report.JobDefinitionException;
104 throws JobDefinitionException in PentahoReportJob()
118 throw new JobDefinitionException("DataSourceFactory must not be null."); in PentahoReportJob()
124 throw new JobDefinitionException("OutputRepository must not be null."); in PentahoReportJob()
131 throw new JobDefinitionException("InputRepository must not be null."); in PentahoReportJob()
137 throw new JobDefinitionException("OutputName must not be null"); in PentahoReportJob()
143 throw new JobDefinitionException("A valid image-service implementation must be given."); in PentahoReportJob()
160 throw new JobDefinitionException("Failed to parse the report.", e); in PentahoReportJob()
165 throws ResourceException, JobDefinitionException in parseReport()
170 throw new JobDefinitionException("Report definition name must be given"); in parseReport()
H A DPentahoReportEngine.java25 import com.sun.star.report.JobDefinitionException;
64 throws JobDefinitionException in createJob()
/aoo41x/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultReportJobDefinition.java27 import com.sun.star.report.JobDefinitionException;
49 throws JobDefinitionException in setDataSourceFactory()
65 throws JobDefinitionException in setInputRepository()
76 throws JobDefinitionException in setOutputRepository()
93 throws JobDefinitionException in setReportDefinitionName()
H A DDefaultJobProperties.java25 import com.sun.star.report.JobDefinitionException;
55 throws JobDefinitionException in setProperty()
60 throw new JobDefinitionException("The parameter name is not known: " + key); in setProperty()
64 throw new JobDefinitionException("The parameter value is not understood"); in setProperty()
/aoo41x/main/reportbuilder/java/com/sun/star/report/
H A DJobDefinitionException.java30 public class JobDefinitionException extends RuntimeException class
36 public JobDefinitionException() in JobDefinitionException() method in JobDefinitionException
45 public JobDefinitionException(final String message) in JobDefinitionException() method in JobDefinitionException
56 public JobDefinitionException(final String message, final Exception ex) in JobDefinitionException() method in JobDefinitionException
H A DReportEngine.java51 throws JobDefinitionException; in createJob()
H A DJobProperties.java29 throws JobDefinitionException; in setProperty()
H A Dmakefile.mk45 JobDefinitionException.java\

Completed in 100 milliseconds