Searched refs:JobDefinitionException (Results 1 – 8 of 8) sorted by relevance
28 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()
25 import com.sun.star.report.JobDefinitionException;64 throws JobDefinitionException in createJob()
27 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()
25 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()
30 public class JobDefinitionException extends RuntimeException class36 public JobDefinitionException() in JobDefinitionException() method in JobDefinitionException45 public JobDefinitionException(final String message) in JobDefinitionException() method in JobDefinitionException56 public JobDefinitionException(final String message, final Exception ex) in JobDefinitionException() method in JobDefinitionException
51 throws JobDefinitionException; in createJob()
29 throws JobDefinitionException; in setProperty()
45 JobDefinitionException.java\
Completed in 19 milliseconds