Uses of Class
net.sf.jasperreports.engine.JRException
Packages that use JRException
Package
Description
Contains classes for the built-in Barbecue component.
Contains classes for the built-in Barcode4J component.
Contains interfaces for chart plots and chart datasets.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains utility classes for complex chart customization.
Contains classes for report compiling and expressions evaluating.
Contains classes for the built-in Icon Label component.
Contains classes and interfaces for filling the item based components.
Contains classes for the built-in List component.
Contains classes for the built-in Spider Chart component.
Contains fill time implementations for subreport component related interfaces.
Contains fill time implementations for Table component related interfaces.
Contains design classes for the Crosstab report element.
Contains classes to be used at report filling time for the Crosstab report element.
Contains classes to be used in crosstab calculations at report filling time.
Contains classes for bean data adapters.
Contains classes for data caching.
Contains classes for CSV data adapters.
Contains classes for custom data source data adapters.
Contains classes for empty data adapters.
Contains classes for JDBC data adapters.
Contains classes for JNDI data adapters.
Contains classes for JSON data adapters.
Contains classes for data adapters for data source providers.
Contains classes for empty data adapters.
Contains classes for Excel 2003 data adapters.
Contains classes for XML data adapters.
Contains classes for data adapters.
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Provides interfaces and base classes for the built-in JasperReports component functionality.
Provides various report data source implementations and allows creating custom data sources.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Contains classes for handling data types at export time.
Contains classes for drawing elements at export time.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Provides support for font extensions.
Provides printing support.
Provides support for report queries and query executers.
Contains factory interfaces and implementations for global report scriptlets.
Contains utility classes for the core library.
Contains utility classes for parsing XPath queries.
Contains classes for loading report templates from XML files.
Provides exporter input, exporter output and exporter configurations
Provides support for report governors.
Provides support for built-in JasperReports servlets.
Provides support for built-in JasperReports servlets.
Provides support for OLAP data sources and query executers.
Provides support for XML/A query executer, result and hierarchy.
Contains image renderer implementations.
Contains utility classes for working with image renderers.
Provides support for JasperReports repository.
Provides support for JasperReports viewer feature.
Contains the Jasper viewer implementation.
Contains classes for saving reports inside the Jasper viewer.
Provides JasperReports support for web applications.
-
Uses of JRException in net.sf.jasperreports.barbecue
Methods in net.sf.jasperreports.barbecue that throw JRExceptionModifier and TypeMethodDescriptionvoidBarbecueFillComponent.evaluate(byte evaluation) protected voidBarbecueFillComponent.evaluateBarcode(byte evaluation) voidBarbecueFillComponent.evaluateDelayedElement(JRPrintElement element, byte evaluation) -
Uses of JRException in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j that throw JRExceptionModifier and TypeMethodDescriptionvoidBarcodeFillComponent.evaluate(byte evaluation) voidBarcodeFillComponent.evaluateDelayedElement(JRPrintElement element, byte evaluation) -
Uses of JRException in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that throw JRExceptionModifier and TypeMethodDescriptionorg.jfree.chart.JFreeChartChartTheme.createChart(ChartContext chartContext) ChartContext.evaluateExpression(JRExpression expression) ChartContext.evaluateTextExpression(JRExpression expression) -
Uses of JRException in net.sf.jasperreports.charts.convert
Methods in net.sf.jasperreports.charts.convert that throw JRExceptionModifier and TypeMethodDescriptionConvertChartContext.evaluateExpression(JRExpression expression) ConvertChartContext.evaluateTextExpression(JRExpression expression) -
Uses of JRException in net.sf.jasperreports.charts.design
Methods in net.sf.jasperreports.charts.design that throw JRExceptionModifier and TypeMethodDescriptionvoidJRDesignMeterPlot.setDataRange(JRDataRange dataRange) Sets the range of values that the meter can display.voidJRDesignMeterPlot.setShape(MeterShapeEnum shape) Sets the shape of the meter. -
Uses of JRException in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill that throw JRExceptionModifier and TypeMethodDescriptionprotected voidDefaultChartTheme.configureChart(org.jfree.chart.JFreeChart jfreeChart) protected org.jfree.chart.plot.MeterIntervalDefaultChartTheme.convertInterval(JRMeterInterval interval) Converts a JasperReports meter interval to one that JFreeChart understands.protected org.jfree.chart.plot.MeterIntervalJRFillChart.convertInterval(JRMeterInterval interval, byte evaluation) Converts a JasperReports meter interval to one that JFreeChart understands.protected org.jfree.data.RangeDefaultChartTheme.convertRange(JRDataRange dataRange) Converts a JasperReport data range into one understood by JFreeChart.protected org.jfree.data.RangeJRFillChart.convertRange(JRDataRange dataRange, byte evaluation) Converts a JasperReport data range into one understood by JFreeChart.protected org.jfree.chart.JFreeChartDefaultChartTheme.createAreaChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createBar3DChart()Deprecated.To be removed.protected org.jfree.chart.JFreeChartDefaultChartTheme.createBarChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createBubbleChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createCandlestickChart()org.jfree.chart.JFreeChartDefaultChartTheme.createChart(ChartContext chartContext) protected org.jfree.chart.JFreeChartDefaultChartTheme.createDialChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createGanttChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createHighLowChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createLineChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createMeterChart()protected voidJRFillChart.createMultiAxisChart(byte evaluation) Build and configure a multiple axis chart.protected org.jfree.chart.JFreeChartDefaultChartTheme.createPie3DChart()Deprecated.To be removedprotected org.jfree.chart.JFreeChartDefaultChartTheme.createPieChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createScatterChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createStackedAreaChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createStackedBar3DChart()Deprecated.To be removedprotected org.jfree.chart.JFreeChartDefaultChartTheme.createStackedBarChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createThermometerChart()Build and run a thermometer chart.protected org.jfree.chart.JFreeChartDefaultChartTheme.createTimeSeriesChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createXyAreaChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createXYBarChart()protected org.jfree.chart.JFreeChartDefaultChartTheme.createXyLineChart()protected voidJRFillChart.evaluate(byte evaluation) protected org.jfree.chart.JFreeChartJRFillChart.evaluateChart(byte evaluation) protected final ObjectDefaultChartTheme.evaluateExpression(JRExpression expression) protected voidJRFillChart.evaluateRenderer(byte evaluation) protected voidJRFillChart.evaluateStyle(byte evaluation) protected final StringDefaultChartTheme.evaluateTextExpression(JRExpression expression) protected voidJRFillChart.resolveElement(JRPrintElement element, byte evaluation) -
Uses of JRException in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util that throw JRExceptionModifier and TypeMethodDescriptionDrawChartRendererImpl.getImageAreaHyperlinks(Rectangle2D renderingArea) -
Uses of JRException in net.sf.jasperreports.chartthemes.simple
Methods in net.sf.jasperreports.chartthemes.simple that throw JRExceptionModifier and TypeMethodDescriptionprotected voidSimpleChartTheme.configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, Color labelColor, JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Paint lineColor, AxisSettings axisSettings, Comparable<?> axisMinValue, Comparable<?> axisMaxValue) Sets all the axis formatting options.protected voidSimpleChartTheme.configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, Color labelColor, JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Paint lineColor, AxisSettings axisSettings, org.jfree.chart.axis.DateTickUnitType timePeriod, Comparable<?> axisMinValue, Comparable<?> axisMaxValue) Sets all the axis formatting options.protected voidSimpleChartTheme.configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot) protected org.jfree.chart.plot.MeterIntervalSimpleChartTheme.convertInterval(JRMeterInterval interval) Converts a JasperReports meter interval to one that JFreeChart understands.protected org.jfree.data.RangeSimpleChartTheme.convertRange(JRDataRange dataRange) Converts a JasperReport data range into one understood by JFreeChart.protected org.jfree.chart.JFreeChartSimpleChartTheme.createAreaChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createBar3DChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createBarChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createBubbleChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createCandlestickChart()org.jfree.chart.JFreeChartSimpleChartTheme.createChart(ChartContext chartContext) protected org.jfree.chart.JFreeChartSimpleChartTheme.createDialChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createGanttChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createHighLowChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createLineChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createMeterChart()Build and configure a meter chart.protected org.jfree.chart.JFreeChartSimpleChartTheme.createPie3DChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createPieChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createScatterChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createStackedAreaChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createStackedBar3DChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createStackedBarChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createThermometerChart()Build and run a thermometer chart.protected org.jfree.chart.JFreeChartSimpleChartTheme.createTimeSeriesChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createXyAreaChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createXYBarChart()protected org.jfree.chart.JFreeChartSimpleChartTheme.createXyLineChart()protected final ObjectSimpleChartTheme.evaluateExpression(JRExpression expression) protected final StringSimpleChartTheme.evaluateTextExpression(JRExpression expression) protected voidSimpleChartTheme.setAxisBounds(org.jfree.chart.axis.Axis axis, AxisSettings axisSettings, org.jfree.chart.axis.DateTickUnitType timePeriodUnit, Comparable<?> minValue, Comparable<?> maxValue) protected voidSimpleChartTheme.setChartSubtitles(org.jfree.chart.JFreeChart jfreeChart) -
Uses of JRException in net.sf.jasperreports.chartthemes.spring
Methods in net.sf.jasperreports.chartthemes.spring that throw JRExceptionModifier and TypeMethodDescriptionprotected voidGenericChartTheme.configureAxis(org.jfree.chart.axis.Axis axis, JRFont labelFont, Color labelColor, JRFont tickLabelFont, Color tickLabelColor, String tickLabelMask, Boolean verticalTickLabels, Paint lineColor, boolean isRangeAxis, Comparable<?> axisMinValue, Comparable<?> axisMaxValue) Sets all the axis formatting options.protected voidAegeanChartTheme.configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot) protected voidEyeCandySixtiesChartTheme.configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot) protected voidGenericChartTheme.configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot) protected org.jfree.chart.plot.MeterIntervalGenericChartTheme.convertInterval(JRMeterInterval interval) Converts a JasperReports meter interval to one that JFreeChart understands.protected org.jfree.data.RangeGenericChartTheme.convertRange(JRDataRange dataRange) Converts a JasperReport data range into one understood by JFreeChart.protected org.jfree.chart.JFreeChartGenericChartTheme.createAreaChart()protected org.jfree.chart.JFreeChartAegeanChartTheme.createBar3DChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createBar3DChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createBar3DChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createBarChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createBarChart()protected org.jfree.chart.JFreeChartAegeanChartTheme.createBubbleChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createBubbleChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createBubbleChart()protected org.jfree.chart.JFreeChartAegeanChartTheme.createCandlestickChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createCandlestickChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createCandlestickChart()org.jfree.chart.JFreeChartGenericChartTheme.createChart(ChartContext chartContext) protected org.jfree.chart.JFreeChartAegeanChartTheme.createDialChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createDialChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createDialChart()protected org.jfree.chart.JFreeChartAegeanChartTheme.createGanttChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createGanttChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createGanttChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createHighLowChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createLineChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createLineChart()protected org.jfree.chart.JFreeChartAegeanChartTheme.createMeterChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createMeterChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createMeterChart()Build and configure a meter chart.protected org.jfree.chart.JFreeChartAegeanChartTheme.createPie3DChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createPie3DChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createPie3DChart()protected org.jfree.chart.JFreeChartAegeanChartTheme.createPieChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createPieChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createPieChart()protected org.jfree.chart.JFreeChartAegeanChartTheme.createScatterChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createScatterChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createScatterChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createStackedAreaChart()protected org.jfree.chart.JFreeChartAegeanChartTheme.createStackedBar3DChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createStackedBar3DChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createStackedBar3DChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createStackedBarChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createStackedBarChart()protected org.jfree.chart.JFreeChartAegeanChartTheme.createThermometerChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createThermometerChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createThermometerChart()Build and run a thermometer chart.protected org.jfree.chart.JFreeChartGenericChartTheme.createTimeSeriesChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createXyAreaChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createXyAreaChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createXYBarChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createXYBarChart()protected org.jfree.chart.JFreeChartEyeCandySixtiesChartTheme.createXyLineChart()protected org.jfree.chart.JFreeChartGenericChartTheme.createXyLineChart()protected final ObjectGenericChartTheme.evaluateExpression(JRExpression expression) protected final StringGenericChartTheme.evaluateTextExpression(JRExpression expression) protected voidGenericChartTheme.setAxisBounds(org.jfree.chart.axis.Axis axis, boolean isRangeAxis, String timePeriodUnit, Comparable<?> minValue, Comparable<?> maxValue) protected voidGenericChartTheme.setChartSubtitles(org.jfree.chart.JFreeChart jfreeChart, Integer baseFontSize) -
Uses of JRException in net.sf.jasperreports.compilers
Methods in net.sf.jasperreports.compilers that throw JRExceptionModifier and TypeMethodDescriptionprotected voidDirectEvaluator.customizedInit(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) -
Uses of JRException in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that throw JRExceptionModifier and TypeMethodDescriptionvoidIconLabelComponentFill.evaluate(byte evaluation) voidIconLabelComponentFill.evaluateDelayedElement(JRPrintElement element, byte evaluation) voidIconLabelElementXlsxHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex) IconLabelElementXlsxHandler.getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element) -
Uses of JRException in net.sf.jasperreports.components.items.fill
Methods in net.sf.jasperreports.components.items.fill that throw JRExceptionModifier and TypeMethodDescriptionvoidFillItemData.evaluateItems(JRFillExpressionEvaluator evaluator, byte evaluation) voidFillItem.evaluateProperties(JRFillExpressionEvaluator evaluator, byte evaluation) FillItem.getEvaluatedValue(ItemProperty property, JRFillExpressionEvaluator evaluator, byte evaluation) FillItemData.getEvaluateItems(byte evaluation) abstract voidFillItem.verifyValue(ItemProperty property, Object value) abstract voidFillItem.verifyValues(Map<String, Object> result) -
Uses of JRException in net.sf.jasperreports.components.list
Methods in net.sf.jasperreports.components.list that throw JRExceptionModifier and TypeMethodDescriptionvoidBaseFillList.evaluate(byte evaluation) voidFillDatasetRun.evaluate(byte evaluation) protected voidFillListContents.evaluateContents()FillDatasetRun.evaluateDatasetExpression(JRExpression expression, byte evaluationType) protected booleanVerticalFillList.fillContents(int availableHeight) protected voidHorizontalFillList.fillRow(int columnCount) booleanFillDatasetRun.next()protected voidFillListContents.prepare(int availableHeight) voidUnusedSpaceImageRenderer.render(JasperReportsContext jasperReportsContext, Graphics2D grx, Rectangle2D rectangle) voidFillDatasetRun.rewind()protected voidFillListContents.rewind()voidFillDatasetRun.start()Constructors in net.sf.jasperreports.components.list that throw JRExceptionModifierConstructorDescriptionBaseFillList(ListComponent component, JRFillObjectFactory factory) FillDatasetRun(JRDatasetRun datasetRun, JRFillObjectFactory factory) HorizontalFillList(ListComponent component, JRFillObjectFactory factory) VerticalFillList(ListComponent component, JRFillObjectFactory factory) -
Uses of JRException in net.sf.jasperreports.components.spiderchart
Methods in net.sf.jasperreports.components.spiderchart that throw JRExceptionModifier and TypeMethodDescriptionvoidFillSpiderChart.evaluate(byte evaluation) voidFillSpiderChart.evaluateDelayedElement(JRPrintElement element, byte evaluation) protected voidFillSpiderChart.evaluateRenderer(byte evaluation) -
Uses of JRException in net.sf.jasperreports.components.subreport.fill
Methods in net.sf.jasperreports.components.subreport.fill that throw JRExceptionModifier and TypeMethodDescriptionvoidComponentFillSubreport.cancelSubreportFill()protected DatasetExpressionEvaluatorComponentFillSubreport.createEvaluator()protected FillerSubreportParentComponentFillSubreport.createFillerParent(DatasetExpressionEvaluator evaluator) protected voidSubreportFillComponent.createFillSubreport()SubreportFillComponent.createFillTableSubreportFactory()voidSubreportFillComponent.evaluate(byte evaluation) ComponentFillSubreport.evaluateParameterValues(byte evaluation) protected JasperReportSourceComponentFillSubreport.evaluateReportSource(byte evaluation) voidComponentFillSubreport.evaluateSubreport(byte evaluation) abstract JasperReportSubreportFillComponent.getJasperReport(BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) protected FillPrepareResultComponentFillSubreport.prepareSubreport(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) -
Uses of JRException in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that throw JRExceptionModifier and TypeMethodDescriptionprotected JRReportCompileDataFillTable.createTableReportCompileData(JasperReport parentReport, JRDataset reportSubdataset) voidFillTable.evaluate(byte evaluation) protected JRPropertiesMapFillTable.evaluateProperties(BaseColumn column, byte evaluation) FillTable.getJasperReport(BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) voidTableReport.SummaryGroupFooterPrintWhenEvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType) protected booleanFillTable.toPrintColumn(BaseColumn column, byte evaluation) -
Uses of JRException in net.sf.jasperreports.crosstabs.design
Methods in net.sf.jasperreports.crosstabs.design that throw JRExceptionModifier and TypeMethodDescriptionvoidJRDesignCrosstab.addCell(JRDesignCrosstabCell cell) Adds a data cell to the crosstab.voidJRDesignCrosstab.addColumnGroup(int index, JRDesignCrosstabColumnGroup group) Adds a column group.voidJRDesignCrosstab.addColumnGroup(JRDesignCrosstabColumnGroup group) Adds a column group.voidJRDesignCrosstab.addMeasure(int index, JRDesignCrosstabMeasure measure) Adds a measure to the crosstab.voidJRDesignCrosstab.addMeasure(JRDesignCrosstabMeasure measure) Adds a measure to the crosstab.voidJRDesignCrosstab.addParameter(int index, JRCrosstabParameter parameter) Adds a parameter to the crosstab.voidJRDesignCrosstab.addParameter(JRCrosstabParameter parameter) Adds a parameter to the crosstab.voidJRDesignCrosstab.addRowGroup(int index, JRDesignCrosstabRowGroup group) Adds a row group.voidJRDesignCrosstab.addRowGroup(JRDesignCrosstabRowGroup group) Adds a row group. -
Uses of JRException in net.sf.jasperreports.crosstabs.fill
Methods in net.sf.jasperreports.crosstabs.fill that throw JRExceptionModifier and TypeMethodDescriptionJRCrosstabExpressionEvaluator.evaluate(JRExpression expression, byte evaluationType) BucketExpressionOrderer.getOrderValue(BucketingService.BucketMap bucketMap, BucketDefinition.Bucket bucketValue) BucketOrderer.getOrderValue(BucketingService.BucketMap bucketMap, BucketDefinition.Bucket bucketValue) voidJRCrosstabExpressionEvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum whenResourceMissingType, boolean ignoreNPE) -
Uses of JRException in net.sf.jasperreports.crosstabs.fill.calculation
Methods in net.sf.jasperreports.crosstabs.fill.calculation that throw JRExceptionModifier and TypeMethodDescriptionvoidFeeds data to the engine.voidAccumulates a value.voidMeasureDefinition.MeasureValue.addValue(MeasureDefinition.MeasureValue measureValue) Accumulates another measure value.protected voidBucketingService.computeColumnTotal(BucketingService.BucketMap bucketMap) protected voidBucketingService.computeRowTotals(BucketingService.BucketMap bucketMap) protected voidBucketingService.computeTotals(BucketingService.BucketMap bucketMap) voidCrosstabBucketingService.createCrosstab()protected CrosstabBucketingService.CollectedListCrosstabBucketingService.createHeadersList(byte dimension, BucketingService.BucketMap bucketMap, int level, boolean total) BucketingServiceContext.evaluateMeasuresExpression(JRExpression expression, MeasureDefinition.MeasureValue[] measureValues) OrderByColumnOrderer.getOrderValue(BucketingService.BucketMap bucketMap, BucketDefinition.Bucket bucketValue) voidBucketingService.processData()Processes the data which was fed to the engine.protected voidBucketingService.sumVals(MeasureDefinition.MeasureValue[] totals, MeasureDefinition.MeasureValue[] vals) Constructors in net.sf.jasperreports.crosstabs.fill.calculation that throw JRExceptionModifierConstructorDescriptionBucketDefinition(Class<?> valueClass, BucketOrderer orderer, Comparator<Object> comparator, BucketOrder order, CrosstabTotalPositionEnum totalPosition) Creates a bucket. -
Uses of JRException in net.sf.jasperreports.data.bean
Methods in net.sf.jasperreports.data.bean that throw JRExceptionModifier and TypeMethodDescriptionvoidBeanDataAdapterService.contributeParameters(Map<String, Object> parameters) -
Uses of JRException in net.sf.jasperreports.data.cache
Subclasses of JRException in net.sf.jasperreports.data.cacheMethods in net.sf.jasperreports.data.cache that throw JRException -
Uses of JRException in net.sf.jasperreports.data.csv
Methods in net.sf.jasperreports.data.csv that throw JRExceptionModifier and TypeMethodDescriptionvoidCsvDataAdapterService.contributeParameters(Map<String, Object> parameters) -
Uses of JRException in net.sf.jasperreports.data.ds
Methods in net.sf.jasperreports.data.ds that throw JRExceptionModifier and TypeMethodDescriptionvoidDataSourceDataAdapterService.contributeParameters(Map<String, Object> parameters) -
Uses of JRException in net.sf.jasperreports.data.empty
Methods in net.sf.jasperreports.data.empty that throw JRExceptionModifier and TypeMethodDescriptionvoidEmptyDataAdapterService.contributeParameters(Map<String, Object> parameters) -
Uses of JRException in net.sf.jasperreports.data.jdbc
Methods in net.sf.jasperreports.data.jdbc that throw JRExceptionModifier and TypeMethodDescriptionvoidJdbcDataAdapterService.contributeParameters(Map<String, Object> parameters) JdbcDataAdapterService.getPassword() -
Uses of JRException in net.sf.jasperreports.data.jndi
Methods in net.sf.jasperreports.data.jndi that throw JRExceptionModifier and TypeMethodDescriptionvoidJndiDataAdapterService.contributeParameters(Map<String, Object> parameters) -
Uses of JRException in net.sf.jasperreports.data.json
Methods in net.sf.jasperreports.data.json that throw JRExceptionModifier and TypeMethodDescriptionvoidJsonDataAdapterService.contributeParameters(Map<String, Object> parameters) -
Uses of JRException in net.sf.jasperreports.data.provider
Methods in net.sf.jasperreports.data.provider that throw JRExceptionModifier and TypeMethodDescriptionvoidDataSourceProviderDataAdapterService.contributeParameters(Map<String, Object> parameters) DataSourceProviderDataAdapterService.getProvider() -
Uses of JRException in net.sf.jasperreports.data.random
Methods in net.sf.jasperreports.data.random that throw JRExceptionModifier and TypeMethodDescriptionvoidRandomDataAdapterService.contributeParameters(Map<String, Object> parameters) RandomDataSource.getFieldValue(JRField field) voidRandomDataSource.moveFirst()booleanRandomDataSource.next() -
Uses of JRException in net.sf.jasperreports.data.xls
Methods in net.sf.jasperreports.data.xls that throw JRExceptionModifier and TypeMethodDescriptionvoidAbstractXlsDataAdapterService.contributeParameters(Map<String, Object> parameters) protected abstract AbstractXlsDataSourceAbstractXlsDataAdapterService.getXlsDataSource() -
Uses of JRException in net.sf.jasperreports.data.xml
Methods in net.sf.jasperreports.data.xml that throw JRExceptionModifier and TypeMethodDescriptionvoidRemoteXmlDataAdapterService.contributeParameters(Map<String, Object> parameters) Deprecated.voidXmlDataAdapterService.contributeParameters(Map<String, Object> parameters) protected DocumentXmlDataAdapterService.loadDataDocument(XmlDataAdapter xmlDataAdapter, Map<String, Object> parameters) voidRemoteXmlDataAdapterService.test()Deprecated. -
Uses of JRException in net.sf.jasperreports.dataadapters
Methods in net.sf.jasperreports.dataadapters that throw JRExceptionModifier and TypeMethodDescriptionabstract voidAbstractDataAdapterService.contributeParameters(Map<String, Object> parameters) DataFileUtils.createConnection(DataFile dataFile, Map<String, Object> parameters) DataAdapterParameterContributorFactory.getContributors(ParameterContributorContext context) DataFileService.getDataFileConnection(Map<String, Object> parameters) RepositoryDataLocationService.getDataFileConnection(Map<String, Object> parameters) DataFileUtils.getDataStream(DataFile dataFile, Map<String, Object> parameters) voidAbstractDataAdapterService.test()voidDataAdapterService.test() -
Uses of JRException in net.sf.jasperreports.dataadapters.http
Methods in net.sf.jasperreports.dataadapters.http that throw JRExceptionModifier and TypeMethodDescriptionHttpDataService.getDataFileConnection(Map<String, Object> parameters) -
Uses of JRException in net.sf.jasperreports.dataadapters.properties
Methods in net.sf.jasperreports.dataadapters.properties that throw JRExceptionModifier and TypeMethodDescriptionprotected StringDataAdapterPropertiesMetadataUtil.datasetQueryQualification(JRDataset dataset) DataAdapterPropertiesMetadataUtil.getDatasetProperties(JRDataset dataset, DataAdapter dataAdapter) DataAdapterPropertiesMetadataUtil.getFieldProperties(JRDataset dataset, DataAdapter dataAdapter) DataAdapterPropertiesMetadataUtil.getQueryExecuterFieldProperties(String queryLanguage) DataAdapterPropertiesMetadataUtil.getScriptletProperties(String scriptletClassName) protected StringDataAdapterPropertiesMetadataUtil.queryExecuterQualification(String queryLanguage) -
Uses of JRException in net.sf.jasperreports.engine
Subclasses of JRException in net.sf.jasperreports.engineMethods in net.sf.jasperreports.engine that throw JRExceptionModifier and TypeMethodDescriptionvoidAdds a new style to the report styles.voidAdds a new style to the report styles.voidAdds a style to the template.voidAdds a style to the template.protected voidJRSimpleTemplate.checkExistingName(String name) protected StringJRResultSetDataSource.clobToString(Clob clob) JasperCompileManager.compile(InputStream inputStream) Compiles the serialized report design object read from the supplied input stream and returns the generated compiled report design object.Compiles the XML report design file received as parameter, and returns the compiled report design object.JasperCompileManager.compile(JasperDesign jasperDesign) Compiles the report design object received as parameter and returns the generated compiled report design object.static JasperReportJasperCompileManager.compileReport(InputStream inputStream) static JasperReportJasperCompileManager.compileReport(String sourceFileName) static JasperReportJasperCompileManager.compileReport(JasperDesign jasperDesign) static StringJasperCompileManager.compileReportToFile(String sourceFileName) static voidJasperCompileManager.compileReportToFile(String sourceFileName, String destFileName) static voidJasperCompileManager.compileReportToFile(JasperDesign jasperDesign, String destFileName) static voidJasperCompileManager.compileReportToStream(InputStream inputStream, OutputStream outputStream) static voidJasperCompileManager.compileReportToStream(JasperDesign jasperDesign, OutputStream outputStream) JasperCompileManager.compileToFile(String sourceFileName) Compiles the XML report design file specified by the parameter.voidJasperCompileManager.compileToFile(String sourceFileName, String destFileName) Compiles the XML report design file received as the first parameter, placing the result in the file specified by the second parameter.voidJasperCompileManager.compileToFile(JasperDesign jasperDesign, String destFileName) Compiles the report design object received as the first parameter, placing the result in the file specified by the second parameter.voidJasperCompileManager.compileToStream(InputStream inputStream, OutputStream outputStream) Compiles the XML representation of the report design read from the supplied input stream and writes the generated compiled report design object to the output stream specified by the second parameter.voidJasperCompileManager.compileToStream(JasperDesign jasperDesign, OutputStream outputStream) Compiles the report design object represented by the first parameter and writes the generated compiled report design object to the output stream specified by the second parameter.voidParameterContributor.contributeParameters(Map<String, Object> parameters) JRDataSourceProvider.create(JasperReport report) Creates and returns a new instance of the provided data source.voidJRDataSourceProvider.dispose(JRDataSource dataSource) Disposes the data source previously obtained using thecreatemethod.JRAbstractScriptlet.evaluateProperties(byte evaluation) abstract voidJRAbstractExporter.exportReport()static StringJasperExportManager.exportReportToHtmlFile(String sourceFileName) static voidJasperExportManager.exportReportToHtmlFile(String sourceFileName, String destFileName) static voidJasperExportManager.exportReportToHtmlFile(JasperPrint jasperPrint, String destFileName) static byte[]JasperExportManager.exportReportToPdf(JasperPrint jasperPrint) static StringJasperExportManager.exportReportToPdfFile(String sourceFileName) static voidJasperExportManager.exportReportToPdfFile(String sourceFileName, String destFileName) static voidJasperExportManager.exportReportToPdfFile(JasperPrint jasperPrint, String destFileName) static voidJasperExportManager.exportReportToPdfStream(InputStream inputStream, OutputStream outputStream) static voidJasperExportManager.exportReportToPdfStream(JasperPrint jasperPrint, OutputStream outputStream) Exports the generated report object received as first parameter into PDF format and writes the results to the output stream specified by the second parameter.static StringJasperExportManager.exportReportToXml(JasperPrint jasperPrint) static StringJasperExportManager.exportReportToXmlFile(String sourceFileName, boolean isEmbeddingImages) static voidJasperExportManager.exportReportToXmlFile(String sourceFileName, String destFileName, boolean isEmbeddingImages) static voidJasperExportManager.exportReportToXmlFile(JasperPrint jasperPrint, String destFileName, boolean isEmbeddingImages) static voidJasperExportManager.exportReportToXmlStream(InputStream inputStream, OutputStream outputStream) static voidJasperExportManager.exportReportToXmlStream(JasperPrint jasperPrint, OutputStream outputStream) JasperExportManager.exportToHtmlFile(String sourceFileName) Exports the generated report file specified by the parameter into HTML format.voidJasperExportManager.exportToHtmlFile(String sourceFileName, String destFileName) Exports the generated report file specified by the first parameter into HTML format, placing the result into the second file parameter.voidJasperExportManager.exportToHtmlFile(JasperPrint jasperPrint, String destFileName) Exports the generated report object received as parameter into HTML format, placing the result into the second file parameter.byte[]JasperExportManager.exportToPdf(JasperPrint jasperPrint) Exports the generated report object received as parameter into PDF format and returns the binary content as a byte array.JasperExportManager.exportToPdfFile(String sourceFileName) Exports the generated report file specified by the parameter into PDF format.voidJasperExportManager.exportToPdfFile(String sourceFileName, String destFileName) Exports the generated report file specified by the first parameter into PDF format, the result being placed in the second file parameter.voidJasperExportManager.exportToPdfFile(JasperPrint jasperPrint, String destFileName) Exports the generated report file specified by the first parameter into PDF format, the result being placed in the second file parameter.voidJasperExportManager.exportToPdfStream(InputStream inputStream, OutputStream outputStream) Exports the generated report read from the supplied input stream into PDF format and writes the results to the output stream specified by the second parameter.voidJasperExportManager.exportToPdfStream(JasperPrint jasperPrint, OutputStream outputStream) Exports the generated report object received as first parameter into PDF format and writes the results to the output stream specified by the second parameter.JasperExportManager.exportToXml(JasperPrint jasperPrint) Exports the generated report object supplied as parameter into XML format and returs the result as String.JasperExportManager.exportToXmlFile(String sourceFileName, boolean isEmbeddingImages) Exports the generated report file specified by the parameter into XML format.voidJasperExportManager.exportToXmlFile(String sourceFileName, String destFileName, boolean isEmbeddingImages) Exports the generated report file specified by the first parameter into XML format, placing the result into the second file parameter.voidJasperExportManager.exportToXmlFile(JasperPrint jasperPrint, String destFileName, boolean isEmbeddingImages) Exports the generated report object received as parameter into XML format, placing the result into the second file parameter.voidJasperExportManager.exportToXmlStream(InputStream inputStream, OutputStream outputStream) Exports the generated report object read from the supplied input stream into XML format, and writes the result to the output stream specified by the second parameter.voidJasperExportManager.exportToXmlStream(JasperPrint jasperPrint, OutputStream outputStream) Exports the generated report object supplied as the first parameter into XML format, and writes the result to the output stream specified by the second parameter.JasperFillManager.fill(InputStream inputStream, Map<String, Object> parameters) Fills the compiled report design loaded from the supplied input stream and returns the generated report object.JasperFillManager.fill(InputStream inputStream, Map<String, Object> parameters, Connection connection) Fills the compiled report design loaded from the supplied input stream and returns the generated report object.JasperFillManager.fill(InputStream inputStream, Map<String, Object> parameters, JRDataSource dataSource) Fills the compiled report design loaded from the supplied input stream and returns the generated report object.Fills the compiled report design loaded from the specified file and returns the generated report object.Fills the compiled report design loaded from the specified file and returns the generated report object.Fills the compiled report design loaded from the specified file and returns the generated report object.JasperFillManager.fill(JasperReport jasperReport, Map<String, Object> parameters) Fills the compiled report design supplied as the first parameter and returns the generated report object.JasperFillManager.fill(JasperReport jasperReport, Map<String, Object> parameters, Connection connection) Fills the compiled report design supplied as the first parameter and returns the generated report object.JasperFillManager.fill(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) Fills the compiled report design supplied as the first parameter and returns the generated report object.JasperFillManager.fillFromRepo(String reportLocation, Map<String, Object> params) Fills the compiled report design loaded from the specified file and returns the generated report object.JasperFillManager.fillFromRepo(String reportLocation, Map<String, Object> params, Connection connection) Fills the compiled report design loaded from the specified file and returns the generated report object.JasperFillManager.fillFromRepo(String reportLocation, Map<String, Object> params, JRDataSource dataSource) Fills the compiled report design loaded from the specified file and returns the generated report object.static JasperPrintJasperFillManager.fillReport(InputStream inputStream, Map<String, Object> parameters) static JasperPrintJasperFillManager.fillReport(InputStream inputStream, Map<String, Object> parameters, Connection connection) static JasperPrintJasperFillManager.fillReport(InputStream inputStream, Map<String, Object> parameters, JRDataSource dataSource) static JasperPrintJasperFillManager.fillReport(String sourceFileName, Map<String, Object> params) static JasperPrintJasperFillManager.fillReport(String sourceFileName, Map<String, Object> params, Connection connection) static JasperPrintJasperFillManager.fillReport(String sourceFileName, Map<String, Object> params, JRDataSource dataSource) static JasperPrintJasperFillManager.fillReport(JasperReport jasperReport, Map<String, Object> parameters) static JasperPrintJasperFillManager.fillReport(JasperReport jasperReport, Map<String, Object> parameters, Connection connection) static JasperPrintJasperFillManager.fillReport(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) static voidJasperFillManager.fillReportToFile(String sourceFileName, String destFileName, Map<String, Object> params) static voidJasperFillManager.fillReportToFile(String sourceFileName, String destFileName, Map<String, Object> params, Connection connection) static voidJasperFillManager.fillReportToFile(String sourceFileName, String destFileName, Map<String, Object> params, JRDataSource dataSource) static StringJasperFillManager.fillReportToFile(String sourceFileName, Map<String, Object> params) static StringJasperFillManager.fillReportToFile(String sourceFileName, Map<String, Object> params, Connection connection) static StringJasperFillManager.fillReportToFile(String sourceFileName, Map<String, Object> params, JRDataSource dataSource) static voidJasperFillManager.fillReportToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters) static voidJasperFillManager.fillReportToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters, Connection connection) static voidJasperFillManager.fillReportToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters, JRDataSource dataSource) static voidJasperFillManager.fillReportToStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters) static voidJasperFillManager.fillReportToStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters, Connection connection) static voidJasperFillManager.fillReportToStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters, JRDataSource dataSource) static voidJasperFillManager.fillReportToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters) static voidJasperFillManager.fillReportToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters, Connection connection) static voidJasperFillManager.fillReportToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters, JRDataSource dataSource) voidFills the compiled report design loaded from the file received as the first parameter and places the result in the file specified by the second parameter.voidJasperFillManager.fillToFile(String sourceFileName, String destFileName, Map<String, Object> params, Connection connection) Fills the compiled report design loaded from the file received as the first parameter and places the result in the file specified by the second parameter.voidJasperFillManager.fillToFile(String sourceFileName, String destFileName, Map<String, Object> params, JRDataSource dataSource) Fills the compiled report design loaded from the file received as the first parameter and places the result in the file specified by the second parameter.JasperFillManager.fillToFile(String sourceFileName, Map<String, Object> params) Fills the compiled report design loaded from the specified file.JasperFillManager.fillToFile(String sourceFileName, Map<String, Object> params, Connection connection) Fills the compiled report design loaded from the specified file.JasperFillManager.fillToFile(String sourceFileName, Map<String, Object> params, JRDataSource dataSource) Fills the compiled report design loaded from the specified file.voidJasperFillManager.fillToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters) Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter.voidJasperFillManager.fillToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters, Connection connection) Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter.voidJasperFillManager.fillToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters, JRDataSource dataSource) Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter.voidJasperFillManager.fillToStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters) Fills the compiled report design loaded from the supplied input stream and writes the generated report object to the output stream specified by the second parameter.voidJasperFillManager.fillToStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters, Connection connection) Fills the compiled report design loaded from the supplied input stream and writes the generated report object to the output stream specified by the second parameter.voidJasperFillManager.fillToStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters, JRDataSource dataSource) Fills the compiled report design loaded from the supplied input stream and writes the generated report object to the output stream specified by the second parameter.voidJasperFillManager.fillToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters) Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter.voidJasperFillManager.fillToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters, Connection connection) Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter.voidJasperFillManager.fillToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters, JRDataSource dataSource) Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter.ParameterContributorFactory.getContributors(ParameterContributorContext context) Returns a list of parameter contributor instances to be used during report filling.protected static PropertiesDefaultJasperReportsContext.getDefaultProperties()Sets the default properties.JasperCompileManager.getEvaluator(JasperReport jasperReport) JasperCompileManager.getEvaluator(JasperReport jasperReport, JRCrosstab crosstab) JasperCompileManager.getEvaluator(JasperReport jasperReport, JRDataset dataset) JRField[]JRDataSourceProvider.getFields(JasperReport report) Returns the fields that are available from the data source.JRDataSource.getFieldValue(JRField jrField) Gets the field value for the current position.JRResultSetDataSource.getFieldValue(JRField field) protected JasperReportSourceJasperFillManager.getReportSource(File reportFile) protected JasperReportSourceJasperFillManager.getReportSource(String location) protected static JasperReportSourceJasperFillManager.getReportSource(JasperReportsContext jasperReportsContext, File reportFile) static JREvaluatorJasperCompileManager.loadEvaluator(JasperReport jasperReport) static JREvaluatorJasperCompileManager.loadEvaluator(JasperReport jasperReport, JRCrosstab crosstab) static JREvaluatorJasperCompileManager.loadEvaluator(JasperReport jasperReport, JRDataset dataset) static PropertiesJRPropertiesUtil.loadProperties(String name, Properties defaults) Loads a properties file from the classpath.voidJRRewindableDataSource.moveFirst()Moves back to the first element in the data source.booleanJRDataSource.next()Tries to position the cursor on the next element in the data source.booleanJRResultSetDataSource.next()booleanJasperPrintManager.print(InputStream inputStream, boolean withPrintDialog) booleanJasperPrintManager.print(InputStream inputStream, int pageIndex, boolean withPrintDialog) booleanJasperPrintManager.print(InputStream inputStream, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) booleanbooleanbooleanJasperPrintManager.print(String sourceFileName, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) booleanJasperPrintManager.print(JasperPrint jasperPrint, boolean withPrintDialog) booleanJasperPrintManager.print(JasperPrint jasperPrint, int pageIndex, boolean withPrintDialog) booleanJasperPrintManager.print(JasperPrint jasperPrint, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) static booleanJasperPrintManager.printPage(InputStream inputStream, int pageIndex, boolean withPrintDialog) static booleanstatic booleanJasperPrintManager.printPage(JasperPrint jasperPrint, int pageIndex, boolean withPrintDialog) static booleanJasperPrintManager.printPages(InputStream inputStream, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) static booleanJasperPrintManager.printPages(String sourceFileName, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) static booleanJasperPrintManager.printPages(JasperPrint jasperPrint, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) static ImageJasperPrintManager.printPageToImage(InputStream inputStream, int pageIndex, float zoom) static ImageJasperPrintManager.printPageToImage(String sourceFileName, int pageIndex, float zoom) static ImageJasperPrintManager.printPageToImage(JasperPrint jasperPrint, int pageIndex, float zoom) static booleanJasperPrintManager.printReport(InputStream inputStream, boolean withPrintDialog) static booleanJasperPrintManager.printReport(String sourceFileName, boolean withPrintDialog) static booleanJasperPrintManager.printReport(JasperPrint jasperPrint, boolean withPrintDialog) JasperPrintManager.printToImage(InputStream inputStream, int pageIndex, float zoom) JasperPrintManager.printToImage(String sourceFileName, int pageIndex, float zoom) JasperPrintManager.printToImage(JasperPrint jasperPrint, int pageIndex, float zoom) static voidJasperRunManager.runReportToHtmlFile(String sourceFileName, String destFileName, Map<String, Object> parameters) static voidJasperRunManager.runReportToHtmlFile(String sourceFileName, String destFileName, Map<String, Object> parameters, Connection conn) static voidJasperRunManager.runReportToHtmlFile(String sourceFileName, String destFileName, Map<String, Object> parameters, JRDataSource jrDataSource) static StringJasperRunManager.runReportToHtmlFile(String sourceFileName, Map<String, Object> params) static StringJasperRunManager.runReportToHtmlFile(String sourceFileName, Map<String, Object> params, Connection conn) static StringJasperRunManager.runReportToHtmlFile(String sourceFileName, Map<String, Object> params, JRDataSource jrDataSource) static byte[]JasperRunManager.runReportToPdf(InputStream inputStream, Map<String, Object> parameters) static byte[]JasperRunManager.runReportToPdf(InputStream inputStream, Map<String, Object> parameters, Connection conn) static byte[]JasperRunManager.runReportToPdf(InputStream inputStream, Map<String, Object> parameters, JRDataSource jrDataSource) static byte[]JasperRunManager.runReportToPdf(String sourceFileName, Map<String, Object> parameters) static byte[]JasperRunManager.runReportToPdf(String sourceFileName, Map<String, Object> parameters, Connection conn) static byte[]JasperRunManager.runReportToPdf(String sourceFileName, Map<String, Object> parameters, JRDataSource jrDataSource) static byte[]JasperRunManager.runReportToPdf(JasperReport jasperReport, Map<String, Object> parameters) static byte[]JasperRunManager.runReportToPdf(JasperReport jasperReport, Map<String, Object> parameters, Connection conn) static byte[]JasperRunManager.runReportToPdf(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource jrDataSource) static voidJasperRunManager.runReportToPdfFile(String sourceFileName, String destFileName, Map<String, Object> parameters) static voidJasperRunManager.runReportToPdfFile(String sourceFileName, String destFileName, Map<String, Object> parameters, Connection conn) static voidJasperRunManager.runReportToPdfFile(String sourceFileName, String destFileName, Map<String, Object> parameters, JRDataSource jrDataSource) static StringJasperRunManager.runReportToPdfFile(String sourceFileName, Map<String, Object> params) static StringJasperRunManager.runReportToPdfFile(String sourceFileName, Map<String, Object> params, Connection conn) static StringJasperRunManager.runReportToPdfFile(String sourceFileName, Map<String, Object> params, JRDataSource jrDataSource) static voidJasperRunManager.runReportToPdfStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters) static voidJasperRunManager.runReportToPdfStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters, Connection conn) static voidJasperRunManager.runReportToPdfStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters, JRDataSource jrDataSource) voidJasperRunManager.runToHtmlFile(String sourceFileName, String destFileName, Map<String, Object> parameters) Fills a report and saves it directly into a HTML file.voidJasperRunManager.runToHtmlFile(String sourceFileName, String destFileName, Map<String, Object> parameters, Connection conn) Fills a report and saves it directly into a HTML file.voidJasperRunManager.runToHtmlFile(String sourceFileName, String destFileName, Map<String, Object> parameters, JRDataSource jrDataSource) Fills a report and saves it directly into a HTML file.JasperRunManager.runToHtmlFile(String sourceFileName, Map<String, Object> params) Fills a report and saves it directly into a HTML file.JasperRunManager.runToHtmlFile(String sourceFileName, Map<String, Object> params, Connection conn) Fills a report and saves it directly into a HTML file.JasperRunManager.runToHtmlFile(String sourceFileName, Map<String, Object> params, JRDataSource jrDataSource) Fills a report and saves it directly into a HTML file.byte[]JasperRunManager.runToPdf(InputStream inputStream, Map<String, Object> parameters) Fills a report and returns byte array object containing the report in PDF format.byte[]JasperRunManager.runToPdf(InputStream inputStream, Map<String, Object> parameters, Connection conn) Fills a report and returns byte array object containing the report in PDF format.byte[]JasperRunManager.runToPdf(InputStream inputStream, Map<String, Object> parameters, JRDataSource jrDataSource) Fills a report and returns byte array object containing the report in PDF format.byte[]Fills a report and returns byte array object containing the report in PDF format.byte[]Fills a report and returns byte array object containing the report in PDF format.byte[]JasperRunManager.runToPdf(String sourceFileName, Map<String, Object> parameters, JRDataSource jrDataSource) Fills a report and sends it to an output stream in PDF format.byte[]JasperRunManager.runToPdf(JasperReport jasperReport, Map<String, Object> parameters) Fills a report and returns byte array object containing the report in PDF format.byte[]JasperRunManager.runToPdf(JasperReport jasperReport, Map<String, Object> parameters, Connection conn) Fills a report and returns byte array object containing the report in PDF format.byte[]JasperRunManager.runToPdf(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource jrDataSource) Fills a report and returns byte array object containing the report in PDF format.voidJasperRunManager.runToPdfFile(String sourceFileName, String destFileName, Map<String, Object> parameters) Fills a report and saves it directly into a PDF file.voidJasperRunManager.runToPdfFile(String sourceFileName, String destFileName, Map<String, Object> parameters, Connection conn) Fills a report and saves it directly into a PDF file.voidJasperRunManager.runToPdfFile(String sourceFileName, String destFileName, Map<String, Object> parameters, JRDataSource jrDataSource) Fills a report and saves it directly into a PDF file.JasperRunManager.runToPdfFile(String sourceFileName, Map<String, Object> params) Fills a report and saves it directly into a PDF file.JasperRunManager.runToPdfFile(String sourceFileName, Map<String, Object> params, Connection conn) Fills a report and saves it directly into a PDF file.JasperRunManager.runToPdfFile(String sourceFileName, Map<String, Object> params, JRDataSource jrDataSource) Fills a report and saves it directly into a PDF file.voidJasperRunManager.runToPdfStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters) Fills a report and sends it directly to an OutputStream in PDF format.voidJasperRunManager.runToPdfStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters, Connection conn) Fills a report and sends it directly to an OutputStream in PDF format.voidJasperRunManager.runToPdfStream(InputStream inputStream, OutputStream outputStream, Map<String, Object> parameters, JRDataSource jrDataSource) Fills a report and sends it directly to an OutputStream in PDF format.protected IntegerJRResultSetDataSource.searchColumnByIndex(String index) protected IntegerJRResultSetDataSource.searchColumnByIndex(JRField field) protected IntegerJRResultSetDataSource.searchColumnByLabel(JRField field) protected IntegerJRResultSetDataSource.searchColumnByName(JRField field) static StringJasperCompileManager.writeReportToXmlFile(String sourceFileName) static voidJasperCompileManager.writeReportToXmlFile(String sourceFileName, String destFileName) static voidJasperCompileManager.writeReportToXmlFile(JRReport report, String destFileName) static voidJasperCompileManager.writeReportToXmlStream(InputStream inputStream, OutputStream outputStream) static voidJasperCompileManager.writeReportToXmlStream(JRReport report, OutputStream outputStream) JasperCompileManager.writeToXmlFile(String sourceFileName) Generates the XML representation of the report design loaded from the specified filename.voidJasperCompileManager.writeToXmlFile(String sourceFileName, String destFileName) Generates the XML representation of the report design loaded from the first file parameter and place it in the file specified by the second parameter.voidJasperCompileManager.writeToXmlFile(JRReport report, String destFileName) Generates the XML representation of the report design supplied as the first parameter and place it in the file specified by the second parameter.voidJasperCompileManager.writeToXmlStream(InputStream inputStream, OutputStream outputStream) Generates the XML representation of the serialized report design object read from the supplied input stream abd writes it to the specified output stream, using the "UTF-8" encoding.voidJasperCompileManager.writeToXmlStream(JRReport report, OutputStream outputStream) Generates the XML representation of the report design object supplied as parameter and writes it to the specified output stream, using the "UTF-8" encoding. -
Uses of JRException in net.sf.jasperreports.engine.analytics.dataset
Methods in net.sf.jasperreports.engine.analytics.dataset that throw JRExceptionModifier and TypeMethodDescriptionMultiAxisDataService.createDataSource()protected AxisLevelMultiAxisDataService.createLevel(Axis axis, DataAxisLevel dataLevel, byte evaluation, int depth) protected MeasureMultiAxisDataService.createMeasure(DataMeasure dataMeasure, byte evaluation) protected BucketDefinitionMultiAxisDataService.createRootBucket()protected AxisLevelMultiAxisDataService.createRootLevel(Axis axis) protected MultiAxisDataServiceFillMultiAxisDataset.createService(byte evaluation) protected BucketDefinitionMultiAxisDataService.createServiceBucket(DataAxisLevel level, byte evaluation) voidFillMultiAxisData.evaluate(byte evaluationType) voidFillMultiAxisDataset.evaluateData(byte evaluationType) MultiAxisDataService.ServiceContext.evaluateMeasuresExpression(JRExpression expression, MeasureDefinition.MeasureValue[] measureValues) FillMultiAxisData.getDataSource()FillMultiAxisDataset.getDataSource()Constructors in net.sf.jasperreports.engine.analytics.dataset that throw JRExceptionModifierConstructorDescriptionMultiAxisDataService(JasperReportsContext jasperReportsContext, JRFillExpressionEvaluator expressionEvaluator, MultiAxisData data, byte evaluation) PropertiesWrapperBucketDefintion(Comparator<Object> comparator, BucketOrder order, CrosstabTotalPositionEnum totalPosition) -
Uses of JRException in net.sf.jasperreports.engine.component
Methods in net.sf.jasperreports.engine.component that throw JRExceptionModifier and TypeMethodDescriptionvoidFillComponent.evaluate(byte evaluation) Evaluates the fill component.FillContext.evaluate(JRExpression expression, byte evaluation) Evaluates an expression in the main report dataset.voidBaseFillComponent.evaluateDelayedElement(JRPrintElement element, byte evaluation) The default implementation throwsUnsupportedOperationException.voidFillComponent.evaluateDelayedElement(JRPrintElement element, byte evaluation) Perform delayed evaluations and fill the print element with the resulting data.protected final ObjectBaseFillComponent.evaluateExpression(JRExpression expression, byte evaluation) Evaluates an expression. -
Uses of JRException in net.sf.jasperreports.engine.data
Subclasses of JRException in net.sf.jasperreports.engine.dataMethods in net.sf.jasperreports.engine.data that throw JRExceptionModifier and TypeMethodDescriptionprotected ObjectJRAbstractTextDataSource.convertNumber(Number number, Class<?> valueClass) JRCsvDataSourceProvider.create(JasperReport report) AbstractXmlDataSource.dataSource()Creates a sub data source using as root document the document used by "this" data source.abstract TAbstractXmlDataSource.dataSource(String selectExpr) Creates a sub data source using as root document the document used by "this" data source.JRXmlDataSource.dataSource()JRXmlDataSource.dataSource(String selectExpr) Creates a sub data source using as root document the document used by "this" data source.voidJRCsvDataSourceProvider.dispose(JRDataSource dataSource) static ObjectJRAbstractBeanDataSource.getBeanProperty(Object bean, String propertyName) protected IntegerAbstractXlsDataSource.getColumnIndex(JRField field) DataSourceProvider.getDataSource()XlsxDataSourceFactory.getDataSource(InputStream inputStream, boolean closeInputStream) JRField[]JRAbstractBeanDataSourceProvider.getFields(JasperReport report) JRField[]JRCsvDataSourceProvider.getFields(JasperReport report) AbstractXmlDataSource.getFieldValue(JRField jrField) ConsumedFirstRecordDataSource.getFieldValue(JRField field) DataSourceCollection.getFieldValue(JRField field) protected ObjectJRAbstractBeanDataSource.getFieldValue(Object bean, JRField field) JRBeanArrayDataSource.getFieldValue(JRField field) JRBeanCollectionDataSource.getFieldValue(JRField field) JRCsvDataSource.getFieldValue(JRField jrField) JRTableModelDataSource.getFieldValue(JRField jrField) abstract ObjectAbstractXmlDataSource.getSelectObject(Node currentNode, String expression) JRXmlDataSource.getSelectObject(Node currentNode, String expression) voidJRXmlDataSource.moveFirst()voidRewindableDataSourceCollection.moveFirst()voidRandomAccessDataSource.moveToRecord(int index) booleanConsumedFirstRecordDataSource.next()booleanDataSourceCollection.next()booleanJRCsvDataSource.next()intRandomAccessDataSource.recordCount()protected final voidDataSourceCollection.start()AbstractXmlDataSource.subDataSource()Creates a sub data source using the current node (record) as the root of the document.abstract TAbstractXmlDataSource.subDataSource(String selectExpr) Creates a sub data source using the current node (record) as the root of the document.HierarchicalDataSource.subDataSource()HierarchicalDataSource.subDataSource(String selectExpression) JRXmlDataSource.subDataSource()JRXmlDataSource.subDataSource(String selectExpr) Creates a sub data source using the current node (record) as the root of the document.JsonDataCollection.subDataSource()JsonDataCollection.subDataSource(String selectExpression) abstract DocumentAbstractXmlDataSource.subDocument()Creates a document using the current node as root.JRXmlDataSource.subDocument()Creates a document using the current node as root.Constructors in net.sf.jasperreports.engine.data that throw JRExceptionModifierConstructorDescriptionDataSourceCollection(List<? extends P> dataSourceProviders) JRCsvDataSource(String location) JRCsvDataSource(String location, String charsetName) JRCsvDataSource(JasperReportsContext jasperReportsContext, String location) Creates a datasource instance that reads CSV data from a given location, using the default encoding.JRCsvDataSource(JasperReportsContext jasperReportsContext, String location, String charsetName) Creates a datasource instance that reads CSV data from a given location, using the specified encoding.JRCsvDataSource(RepositoryContext context, String location) JRCsvDataSource(RepositoryContext context, String location, String charsetName) JRXmlDataSource(File file) JRXmlDataSource(File file, boolean isNamespaceAware) JRXmlDataSource(File file, String selectExpression) JRXmlDataSource(File file, String selectExpression, boolean isNamespaceAware) JRXmlDataSource(InputStream in, boolean isNamespaceAware) JRXmlDataSource(InputStream in, String selectExpression) JRXmlDataSource(InputStream in, String selectExpression, boolean isNamespaceAware) JRXmlDataSource(String uri) JRXmlDataSource(String uri, boolean isNamespaceAware) JRXmlDataSource(String uri, String selectExpression) JRXmlDataSource(String uri, String selectExpression, boolean isNamespaceAware) JRXmlDataSource(JasperReportsContext jasperReportsContext, File file) Creates the data source by parsing the xml document from the given file.JRXmlDataSource(JasperReportsContext jasperReportsContext, File file, boolean isNamespaceAware) JRXmlDataSource(JasperReportsContext jasperReportsContext, File file, String selectExpression) Creates the data source by parsing the xml document from the given file.JRXmlDataSource(JasperReportsContext jasperReportsContext, File file, String selectExpression, boolean isNamespaceAware) JRXmlDataSource(JasperReportsContext jasperReportsContext, InputStream in) Creates the data source by parsing the xml document from the given input stream.JRXmlDataSource(JasperReportsContext jasperReportsContext, InputStream in, boolean isNamespaceAware) JRXmlDataSource(JasperReportsContext jasperReportsContext, InputStream in, String selectExpression) Creates the data source by parsing the xml document from the given input stream.JRXmlDataSource(JasperReportsContext jasperReportsContext, InputStream in, String selectExpression, boolean isNamespaceAware) JRXmlDataSource(JasperReportsContext jasperReportsContext, String uri) Creates the data source by parsing the xml document from the given system identifier (URI).JRXmlDataSource(JasperReportsContext jasperReportsContext, String uri, boolean isNamespaceAware) JRXmlDataSource(JasperReportsContext jasperReportsContext, String uri, String selectExpression) Creates the data source by parsing the xml document from the given system identifier (URI).JRXmlDataSource(JasperReportsContext jasperReportsContext, String uri, String selectExpression, boolean isNamespaceAware) JRXmlDataSource(JasperReportsContext jasperReportsContext, Document document) Creates the data source by parsing the xml document from the given file.JRXmlDataSource(JasperReportsContext jasperReportsContext, Document document, String selectExpression) Creates the data source by parsing the xml document from the given file.JRXmlDataSource(RepositoryContext context, String uri, String selectExpression, boolean isNamespaceAware) JRXmlDataSource(Document document) JRXmlDataSource(Document document, String selectExpression) JsonDataCollection(List<? extends RewindableDataSourceProvider<D>> dataSources) RewindableDataSourceCollection(List<? extends RewindableDataSourceProvider<D>> dataSources) -
Uses of JRException in net.sf.jasperreports.engine.design
Subclasses of JRException in net.sf.jasperreports.engine.designModifier and TypeClassDescriptionclassAn exception that contains a list ofreport validation faults.Methods in net.sf.jasperreports.engine.design that throw JRExceptionModifier and TypeMethodDescriptionvoidJasperDesign.addDataset(int index, JRDesignDataset dataset) Inserts a sub dataset at specified position into the report.voidJasperDesign.addDataset(JRDesignDataset dataset) Adds a sub dataset to the report.voidvoidInserts a field at the specified position into the dataset.voidAdds a field to the dataset.voidJasperDesign.addGroup(JRDesignGroup group) Gets a map of report groups.voidJRDesignDataset.addGroup(int index, JRDesignGroup group) Inserts a group at the specified position into the dataset.voidJRDesignDataset.addGroup(JRDesignGroup group) Adds a group to the dataset.voidJasperDesign.addParameter(JRParameter parameter) Adds a report parameter.voidJRDesignDataset.addParameter(int index, JRParameter parameter) Inserts a parameter at the specified position into the dataset.voidJRDesignDataset.addParameter(JRParameter parameter) Adds a parameter to the dataset.voidJRDesignDatasetRun.addParameter(JRDatasetParameter parameter) Adds a parameter value.voidJRDesignSubreport.addParameter(JRSubreportParameter subreportParameter) voidJasperDesign.addScriptlet(JRScriptlet scriptlet) Adds a report scriplet.voidJRDesignDataset.addScriptlet(int index, JRScriptlet scriptlet) Inserts a scriptlet at the specified position into the dataset.voidJRDesignDataset.addScriptlet(JRScriptlet scriptlet) Adds a scriptlet to the dataset.voidJasperDesign.addSortField(JRSortField sortField) voidJRDesignDataset.addSortField(int index, JRSortField sortField) Inserts a sort field at specified position into the dataset.voidJRDesignDataset.addSortField(JRSortField sortField) Adds a sort field to the dataset.voidInserts a report style, that can be referenced by report elements, at specified position.voidAdds a report style, that can be referenced by report elements.voidJasperDesign.addVariable(JRDesignVariable variable) voidJRDesignDataset.addVariable(int index, JRDesignVariable variable) Inserts a variable at specified position into the dataset.protected voidJRDesignDataset.addVariable(int index, JRDesignVariable variable, boolean system) Inserts a variable at specified position into the dataset.voidJRDesignDataset.addVariable(JRDesignVariable variable) Adds a variable to the dataset.protected voidJRDesignDataset.addVariable(JRDesignVariable variable, boolean system) Adds a variable to the dataset.protected voidJRAbstractClassCompiler.checkLanguage(String language) protected abstract voidJRAbstractCompiler.checkLanguage(String language) Checks that the report language is supported by the compiler.JRAbstractMultiClassCompiler.compileClass(File sourceFile, String classpath) JRClassCompiler.compileClass(File sourceFile, String classpath) JRAbstractSingleClassCompiler.compileClasses(File[] sourceFiles, String classpath) JRJavacCompiler.compileClasses(File[] sourceFiles, String classpath) JRJdk13Compiler.compileClasses(File[] sourceFiles, String classpath) JRMultiClassCompiler.compileClasses(File[] sourceFiles, String classpath) Compile a set of source files.final JasperReportJRAbstractCompiler.compileReport(JasperDesign jasperDesign) JRCompiler.compileReport(JasperDesign jasperDesign) Compiles a report design.protected StringJRAbstractClassCompiler.compileUnits(JRCompilationUnit[] units, String classpath, File tempDirFile) protected abstract StringJRAbstractCompiler.compileUnits(JRCompilationUnit[] units, String classpath, File tempDirFile) Compiles several expression evaluator units.protected JREvaluatorJRAbstractCompiler.createEvaluator(Serializable compileData, String unitName) protected JRCompilationSourceCodeJRClassGenerator.generateClass()static JRCompilationSourceCodeJRClassGenerator.generateClass(JRSourceCompileTask sourceTask) Generates Java source code for evaluating the expressions of a report/dataset/crosstab.protected final voidJRClassGenerator.generateInitFieldsMethod(StringBuilder sb) protected final voidJRClassGenerator.generateInitParamsMethod(StringBuilder sb) protected final voidJRClassGenerator.generateInitVarsMethod(StringBuilder sb) protected final StringJRClassGenerator.generateMethod(byte evaluationType, List<JRExpression> expressionsList) protected JRCompilationSourceCodeJRAbstractClassCompiler.generateSourceCode(JRSourceCompileTask sourceTask) protected abstract JRCompilationSourceCodeJRAbstractCompiler.generateSourceCode(JRSourceCompileTask sourceTask) Generates expression evaluator code.JRReportCompileData.getCrosstabCompileData(JRCrosstab crosstab) Returns the compile data for a crosstab.JRReportCompileData.getDatasetCompileData(JRDataset dataset) Returns the compile data for a dataset.protected abstract JREvaluatorJRAbstractCompiler.loadEvaluator(Serializable compileData, String unitName) Creates an expression evaluator instance from data saved when the report was compiled.JRAbstractCompiler.loadEvaluator(JasperReport jasperReport) JRAbstractCompiler.loadEvaluator(JasperReport jasperReport, JRCrosstab crosstab) JRAbstractCompiler.loadEvaluator(JasperReport jasperReport, JRDataset dataset) protected JREvaluatorJRAbstractJavaCompiler.loadEvaluator(Serializable compileData, String className) JRCompiler.loadEvaluator(JasperReport jasperReport) Loads the evaluator for a report's main dataset.JRCompiler.loadEvaluator(JasperReport jasperReport, JRCrosstab crosstab) Loads a expression evaluator class for a crosstab of a report.JRCompiler.loadEvaluator(JasperReport jasperReport, JRDataset dataset) Loads a expression evaluator class for a dataset of a report.protected voidprotected voidJRDesignDataset.setGroups(List<JRDesignGroup> groups) protected voidJRDesignDataset.setParameters(List<JRParameter> parameters) protected voidJRDesignDataset.setSortFields(List<JRSortField> sortFields) protected voidJRDesignDataset.setVariables(List<JRDesignVariable> variables) -
Uses of JRException in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that throw JRExceptionModifier and TypeMethodDescriptionprotected abstract voidJRXlsAbstractExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJRXlsAbstractMetadataExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex) protected abstract voidJRXlsAbstractExporter.addOccupiedCell(OccupiedGridCell occupiedGridCell, int colIndex, int rowIndex) protected voidJRXlsAbstractMetadataExporter.addOccupiedCell(OccupiedGridCell occupiedGridCell, int colIndex, int rowIndex) protected abstract voidExcelAbstractExporter.closeWorkbook(OutputStream os) protected abstract voidJRXlsAbstractMetadataExporter.closeWorkbook(OutputStream os) voidJRXmlExporter.exportElement(JRPrintElement element) protected voidJRRtfExporter.exportElements(Collection<JRPrintElement> elements) protected voidJRXmlExporter.exportElements(Collection<JRPrintElement> elements) protected abstract voidExcelAbstractExporter.exportEmptyReport()protected voidJRXlsAbstractExporter.exportEmptyReport()voidJRRtfExporter.exportFrame(JRPrintFrame frame) protected abstract voidJRXlsAbstractExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex) protected abstract voidJRXlsAbstractMetadataExporter.exportFrame(JRPrintFrame frame) protected voidJRXlsAbstractMetadataExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJRXmlExporter.exportFrame(JRPrintFrame frame) protected abstract voidJRXlsAbstractExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected abstract voidJRXlsAbstractMetadataExporter.exportGenericElement(JRGenericPrintElement element) protected voidJRXlsAbstractMetadataExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidJRRtfExporter.exportImage(JRPrintImage printImage) Export a image objectprotected abstract voidJRXlsAbstractExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) abstract voidJRXlsAbstractMetadataExporter.exportImage(JRPrintImage image) voidJRXlsAbstractMetadataExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidJRXmlExporter.exportImage(JRPrintImage image) protected abstract voidJRXlsAbstractExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex) protected abstract voidJRXlsAbstractMetadataExporter.exportLine(JRPrintLine line) protected voidJRXlsAbstractMetadataExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJRGraphics2DExporter.exportPage(Graphics2D grx, int pageIndex) protected voidJRRtfExporter.exportPage(JRPrintPage page, boolean lastPage) Exports a report pageprotected intJRXlsAbstractExporter.exportPage(JRPrintPage page, CutsInfo xCuts, int startRow, String defaultSheetName) protected intJRXlsAbstractMetadataExporter.exportPage(JRPrintPage page) protected voidJRXmlExporter.exportPage(JRPrintPage page) protected voidJRXmlExporter.exportPart(Integer pageIndex, PrintPart part) protected abstract voidJRXlsAbstractExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex) protected abstract voidJRXlsAbstractMetadataExporter.exportRectangle(JRPrintGraphicElement element) protected voidJRXlsAbstractMetadataExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex) voidExcelAbstractExporter.exportReport()voidHtmlExporter.exportReport()voidJRAbstractCsvExporter.exportReport()voidJRGraphics2DExporter.exportReport()voidJRPrintServiceExporter.exportReport()voidJRRtfExporter.exportReport()voidJRTextExporter.exportReport()voidJRXmlExporter.exportReport()voidJRGraphics2DExporter.exportReportToGraphics2D(Graphics2D grx) protected abstract voidExcelAbstractExporter.exportReportToStream(OutputStream os) protected voidJRXlsAbstractExporter.exportReportToStream(OutputStream os) protected voidJRXlsAbstractMetadataExporter.exportReportToStream(OutputStream os) protected voidJRXmlExporter.exportReportToStream(Writer writer) protected voidHtmlExporter.exportReportToWriter()protected voidJRAbstractCsvExporter.exportReportToWriter()protected voidJRRtfExporter.exportReportToWriter(Writer writer) Export report in .rtf format to a streamprotected voidJRTextExporter.exportReportToWriter()protected voidJRRtfExporter.exportStyledTextRun(Map<AttributedCharacterIterator.Attribute, Object> styledTextAttributes, String text, Locale locale, Color backcolor) voidJRRtfExporter.exportText(JRPrintText text) Draw a text boxprotected abstract voidJRXlsAbstractExporter.exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex) protected abstract voidJRXlsAbstractMetadataExporter.exportText(JRPrintText textElement) protected voidJRXlsAbstractMetadataExporter.exportText(JRPrintText text, JRExporterGridCell cell, int colIndex, int rowIndex) protected List<ExporterFilterFactory> DefaultExporterFilterFactory.getAllFilterFactories(JasperReportsContext jasperReportsContext, JasperPrint report) DefaultExporterFilterFactory.getFilter(JRExporterContext exporterContext) The method searches for all filter factories registered vianet.sf.jasperreports.export.filter.factory.*properties, calls each factory and collects the returned filters.ElementKeyExporterFilterFactory.getFilter(JRExporterContext exporterContext) The exported report is searched for element exclusion properties, and if any is found aElementKeyExporterFilterinstance is returned.ElementPropertyExporterFilterFactory.getFilter(JRExporterContext exporterContext) ExporterFilterFactory.getFilter(JRExporterContext exporterContext) Returns an exporter filter to be used for a specific exporter context.protected ExporterFilterFactoryDefaultExporterFilterFactory.getFilterFactory(String factoryClassName) static ExporterFilterFactoryExporterFilterFactoryUtil.getFilterFactory(String factoryClassName) Returns an exporter filter factory based on a factory class name.protected abstract voidExcelAbstractExporter.openWorkbook(OutputStream os) protected abstract voidJRXlsAbstractMetadataExporter.openWorkbook(OutputStream os) protected abstract voidJRXlsAbstractExporter.setRowHeight(int rowIndex, int lastRowHeight, Cut yCut, XlsRowLevelInfo levelInfo) protected voidJRXlsAbstractMetadataExporter.setRowHeight(int rowIndex, int lastRowHeight) protected abstract voidJRXlsAbstractMetadataExporter.setRowHeight(int rowIndex, int lastRowHeight, Cut yCut, XlsRowLevelInfo levelInfo) protected abstract voidJRXlsAbstractMetadataExporter.writeCurrentRow(Map<String, Object> currentRow, Map<String, Object> repeatedValues) protected voidHtmlExporter.writeGenericElement(JRGenericPrintElement element, TableCell cell) voidHtmlExporter.writeImage(JRPrintImage image, TableCell cell) protected abstract voidJRXlsAbstractMetadataExporter.writeReportHeader()Constructors in net.sf.jasperreports.engine.export that throw JRException -
Uses of JRException in net.sf.jasperreports.engine.export.data
Methods in net.sf.jasperreports.engine.export.data that throw JRExceptionModifier and TypeMethodDescriptionvoidBooleanTextValue.handle(TextValueHandler handler) voidDateTextValue.handle(TextValueHandler handler) voidNumberTextValue.handle(TextValueHandler handler) voidStringTextValue.handle(TextValueHandler handler) abstract voidTextValue.handle(TextValueHandler handler) voidTextValueHandler.handle(BooleanTextValue textValue) voidTextValueHandler.handle(DateTextValue textValue) voidTextValueHandler.handle(NumberTextValue textValue) voidTextValueHandler.handle(StringTextValue textValue) -
Uses of JRException in net.sf.jasperreports.engine.export.draw
Methods in net.sf.jasperreports.engine.export.draw that throw JRExceptionModifier and TypeMethodDescriptionvoidBoxDrawer.draw(Graphics2D grx, JRPrintElement element, int offsetX, int offsetY) abstract voidElementDrawer.draw(Graphics2D grx, T element, int offsetX, int offsetY) voidFrameDrawer.draw(Graphics2D grx, Collection<JRPrintElement> elements, int offsetX, int offsetY) voidFrameDrawer.draw(Graphics2D grx, JRPrintFrame frame, int offsetX, int offsetY) voidImageDrawer.draw(Graphics2D grx, JRPrintImage printImage, int offsetX, int offsetY) -
Uses of JRException in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis that throw JRExceptionModifier and TypeMethodDescriptionprotected voidJROdsExporter.addOccupiedCell(OccupiedGridCell occupiedGridCell, int colIndex, int rowIndex) protected voidJROdsExporter.closeWorkbook(OutputStream os) protected voidJROdsExporter.exportEmptyReport()protected voidJROdsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidJROdtExporter.exportFrame(TableBuilder tableBuilder, JRPrintFrame frame, JRExporterGridCell gridCell) protected voidJROdsExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJROdtExporter.exportGenericElement(TableBuilder tableBuilder, JRGenericPrintElement element, JRExporterGridCell gridCell) protected voidJROdtExporter.exportGrid(JRGridLayout gridLayout, JRPrintElementIndex frameIndex) voidJROdsExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidJROdtExporter.exportImage(TableBuilder tableBuilder, JRPrintImage image, JRExporterGridCell gridCell) protected voidJROdsExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected intJROdsExporter.exportPage(JRPrintPage page, CutsInfo xCuts, int startRow, String defaultSheetName) protected voidJROdtExporter.exportPage(JRPrintPage page) protected voidJROdsExporter.exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex) voidJROdtExporter.exportReport()protected voidJROdtExporter.exportReportToOasisZip(OutputStream os) voidJROdsExporter.exportText(JRPrintText text, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected StringDocumentBuilder.getImagePath(Renderable renderer, Dimension dimension, Color backcolor, JRExporterGridCell gridCell, RenderersCache imageRenderersCache) protected voidJROdsExporter.openWorkbook(OutputStream os) protected voidJROdsExporter.setRowHeight(int rowIndex, int lastRowHeight, Cut yCut, XlsRowLevelInfo levelInfo) -
Uses of JRException in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml that throw JRExceptionModifier and TypeMethodDescriptionprotected voidJRXlsxExporter.addBlankCell(JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidXlsxMetadataExporter.addElement(JRPrintElement element, boolean repeatValue, String currentColumnName, JRStyle parentStyle, String currentData) protected voidJRXlsxExporter.closeWorkbook(OutputStream os) protected voidXlsxMetadataExporter.closeWorkbook(OutputStream os) voidGenericElementXlsxHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex) Exports a generic element.voidGenericElementXlsxMetadataHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, int colIndex, int rowIndex, JRStyle parentStyle) Exports a generic element.protected voidJRPptxExporter.exportElement(JRPrintElement element) protected voidXlsxMetadataExporter.exportElement(JRPrintElement element, JRStyle parentStyle) protected voidXlsxMetadataExporter.exportElements(List<JRPrintElement> elements, JRStyle style) protected voidXlsxMetadataExporter.exportEmptyReport()protected voidJRDocxExporter.exportFrame(DocxTableHelper tableHelper, JRPrintFrame frame, JRExporterGridCell gridCell) In deep grids, this is called only for empty frames.protected voidJRPptxExporter.exportFrame(PptxTableHelper tableHelper, JRPrintFrame frame, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) Since in PPTX we only have deep grids, this is called only for empty frames.voidJRPptxExporter.exportFrame(JRPrintFrame frame) protected voidJRXlsxExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJRXlsxExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidXlsxMetadataExporter.exportGenericElement(JRGenericPrintElement element, int colIndex, JRStyle parentStyle) protected voidJRDocxExporter.exportGrid(JRGridLayout gridLayout, JRPrintElementIndex frameIndex) protected voidJRPptxExporter.exportGrid(JRGridLayout gridLayout) protected voidJRDocxExporter.exportHeader(JRPrintPage page) voidJRDocxExporter.exportImage(DocxTableHelper tableHelper, JRPrintImage image, JRExporterGridCell gridCell) voidJRPptxExporter.exportImage(PptxTableHelper tableHelper, JRPrintImage image, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) voidJRPptxExporter.exportImage(JRPrintImage image) voidJRXlsxExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidXlsxMetadataExporter.exportImage(JRPrintImage image, int colIndex, JRStyle parentStyle) protected voidJRXlsxExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJRDocxExporter.exportPage(JRPrintPage page) protected voidJRPptxExporter.exportPage(JRPrintPage page, boolean isBackgroundAsSlideMaster, boolean hasToSlideMasterElements) protected intJRXlsxExporter.exportPage(JRPrintPage page, CutsInfo xCuts, int startRow, String defaultSheetName) protected intXlsxMetadataExporter.exportPage(JRPrintPage page) protected booleanJRPptxExporter.exportPageToSlideMaster(JRPrintPage page, boolean isBackgroundAsSlideMaster) protected voidJRXlsxExporter.exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex) voidJRDocxExporter.exportReport()voidJRPptxExporter.exportReport()protected voidJRDocxExporter.exportReportToStream(OutputStream os) protected voidJRPptxExporter.exportReportToStream(OutputStream os) protected voidXlsxMetadataExporter.exportReportToStream(OutputStream os) voidJRXlsxExporter.exportText(JRPrintText text, JRExporterGridCell gridCell, int colIndex, int rowIndex) voidXlsxMetadataExporter.exportText(JRPrintText text, int colIndex, int rowIndex, JRStyle parentStyle, String currentData) voidXlsxMetadataExporter.exportText(JRPrintText text, int colIndex, JRStyle parentStyle, String currentData) GenericElementXlsxHandler.getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element) Creates an equivalent image of theJRGenericPrintElementelement to be exported instead.GenericElementXlsxMetadataHandler.getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element) Creates an equivalent image of theJRGenericPrintElementelement to be exported instead.JRXlsxExporter.getImage(ExporterInput exporterInput, JRPrintElementIndex imageIndex) XlsxMetadataExporter.getImage(ExporterInput exporterInput, JRPrintElementIndex imageIndex) protected voidJRXlsxExporter.openWorkbook(OutputStream os) protected voidXlsxMetadataExporter.openWorkbook(OutputStream os) protected voidJRXlsxExporter.setRowHeight(int rowIndex, int rowHeight, Cut yCut, XlsRowLevelInfo levelInfo) protected voidXlsxMetadataExporter.writeCurrentRow(Map<String, Object> currentRow, Map<String, Object> repeatedValues) -
Uses of JRException in net.sf.jasperreports.engine.fill
Subclasses of JRException in net.sf.jasperreports.engine.fillMethods in net.sf.jasperreports.engine.fill that throw JRExceptionModifier and TypeMethodDescriptionvoidBandReportFillerParent.addPage(FillerPageAddedEvent pageAdded) voidFillerSubreportParent.addPage(FillerPageAddedEvent pageAdded) protected voidJRBaseFiller.addPageToParent(boolean ended) voidJRBaseFiller.addPrintStyle(JRStyle style) protected booleanJRFillDatasetRun.advanceDataset()protected booleanJRFillDataset.advanceDataSource(boolean limit) protected booleanJRFillElementContainer.buildConsolidatedStyle(JRStyle style, byte evaluation, StringBuilder code, List<JRStyle> condStylesToApply) protected voidPartReportFiller.calculateDetail()protected voidPartReportFiller.calculateGroups()protected intJRFillElementContainer.calculateStretchHeight()voidJRCalculator.calculateVariables(boolean incrementDatasets) voidAbstractThreadSubreportRunner.cancel()voidJRSubreportRunner.cancel()Cancels the current fill process.voidBaseReportFiller.cancelFill()Cancels the fill process.voidReportFiller.cancelFill()voidBaseFillHandle.cancellFill()voidFillHandle.cancellFill()Cancels the fill started by the handle.booleanJRFillContext.cancelRunningQuery()Cancels the running query.protected voidJRFillSubreport.cancelSubreportFill()voidAbstractVariableReturnValueSourceContext.check(CommonReturnValue commonReturnValue) voidFillReturnValues.SourceContext.check(CommonReturnValue returnValue) voidFillReturnValues.checkReturnValues(FillReturnValues.SourceContext sourceContext) Verifies the list of copied values against the subreport.protected voidJRBaseFiller.collectIncludedTemplates(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations) JRBaseFiller.collectStyles()protected voidJRBaseFiller.collectStyles(ReportTemplateSource template, List<JRStyle> externalStyles, Set<String> loadedLocations) protected voidJRBaseFiller.collectStyles(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations) protected voidJRBaseFiller.collectTemplates()JRBaseFiller.collectTemplateStyles()JRAbstractExtendedIncrementer.combine(JRCalculable calculable, JRCalculable calculableValue, AbstractValueProvider valueProvider) This implementation callsincrement(calculable, calculableValue.getValue(), valueProvider).JRExtendedIncrementer.combine(JRCalculable calculable, JRCalculable calculableValue, AbstractValueProvider valueProvider) Combines two calculated values into one.voidJRFillDataset.contributeParameters(Map<String, Object> parameterValues) protected static JRBaseFillerJRFiller.createBandReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource) voidJRFillDataset.createCalculator(JasperReport jasperReport) Creates the calculatorprotected static JRCalculatorJRFillDataset.createCalculator(JasperReportsContext jasperReportsContext, JasperReport jasperReport, JRDataset dataset) protected DatasetExpressionEvaluatorJRFillSubreport.createEvaluator()static JRBaseFillerJRFiller.createFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) protected FillerSubreportParentJRFillSubreport.createFillerParent(DatasetExpressionEvaluator evaluator) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReport jasperReport, Map<String, Object> parameters) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReport jasperReport, Map<String, Object> parameters, Connection conn) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, Connection conn) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, JRDataSource dataSource) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters) Creates an asychronous filling handle.static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, Connection conn) Creates an asychronous filling handle.static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) Creates an asychronous filling handle.static ReportFillerJRFiller.createReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource) static ReportFillerJRFiller.createReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) protected List<JRAbstractScriptlet> JRFillDataset.createScriptlets(Map<String, Object> parameterValues) Creates the scriptlets.protected abstract voidJREvaluator.customizedInit(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) Initializes the parameters, fields and variables of the evaluator.protected voidJRFillElement.delayedEvaluate(JRRecordedValuesPrintElement printElement, JREvaluationTime evaluationTime, byte evaluation) protected voidJRFillDatasetRun.detail()voidJRCalculator.estimateGroupRuptures()Determines group breaks based on estimated report values.protected voidPartReportFiller.estimateGroups()voidJRCalculator.estimateVariables()BuiltinFillExpressionEvaluatorDecorator.evaluate(JRExpression expression, byte evaluationType) JRCalculator.evaluate(JRExpression expression, byte evaluationType) protected voidJRFillBand.evaluate(byte evaluation) protected voidJRFillBreak.evaluate(byte evaluation) protected voidJRFillCellContents.evaluate(byte evaluation) protected voidJRFillComponentElement.evaluate(byte evaluation) JRFillComponentElement.evaluate(JRExpression expression, byte evaluation) protected voidJRFillCrosstab.evaluate(byte evaluation) voidJRFillDatasetRun.evaluate(JRFillElementDataset elementDataset, byte evaluation) Instantiates and iterates the sub dataset for a chart dataset evaluation.protected abstract voidJRFillElement.evaluate(byte evaluation) protected voidJRFillElementContainer.evaluate(byte evaluation) protected voidJRFillEllipse.evaluate(byte evaluation) JRFillExpressionEvaluator.evaluate(JRExpression expression, byte evaluationType) Evaluates an expression.protected voidJRFillFrame.evaluate(byte evaluation) protected voidJRFillGenericElement.evaluate(byte evaluation) protected voidJRFillImage.evaluate(byte evaluation) protected voidJRFillLine.evaluate(byte evaluation) protected voidJRFillRectangle.evaluate(byte evaluation) JRFillReportTemplate.evaluate()protected voidJRFillStaticText.evaluate(byte evaluation) protected voidJRFillSubreport.evaluate(byte evaluation) voidJRFillTextField.evaluate(byte evaluation) protected JRStyleJRFillElementContainer.evaluateConditionalStyle(JRStyle initialStyle, byte evaluation) protected voidJRFillElementContainer.evaluateConditionalStyles(byte evaluation) voidJRFillElementDataset.evaluateDatasetRun(byte evaluation) protected voidJRFillGenericElement.evaluateElement(byte evaluation) BaseReportFiller.evaluateExpression(JRExpression expression, byte evaluation) Evaluates an expressionJRFillDataset.evaluateExpression(JRExpression expression, byte evaluation) Evaluates an expressionfinal ObjectJRFillElement.evaluateExpression(JRExpression expression, byte evaluation) Evaluates an expression.protected final ObjectJRFillField.evaluateExpression(JRExpression expression) voidJRFillDataset.evaluateFieldProperties()static JRPrintHyperlinkJRFillHyperlinkHelper.evaluateHyperlink(JRHyperlink hyperlink, JRFillExpressionEvaluator expressionEvaluator, byte evaluationType) Evaluate a hyperlink specification.static JRPrintHyperlinkParametersJRFillHyperlinkHelper.evaluateHyperlinkParameters(JRHyperlink hyperlink, JRFillExpressionEvaluator expressionEvaluator, byte evaluationType) Evaluates a list of hyperlink parameters and produces a hyperlink parameters set that can be associated with a print element.protected voidJRFillImage.evaluateImage(byte evaluation) JRFillCrosstab.evaluateMeasuresExpression(JRExpression expression, MeasureDefinition.MeasureValue[] measureValues) JRParameterDefaultValuesEvaluator.evaluateParameterDefaultValues(JasperReport report, Map<String, Object> initialParameters) Evaluates the default values for the parameters of a report.JRParameterDefaultValuesEvaluator.evaluateParameterDefaultValues(JasperReportsContext jasperReportsContext, JasperReport report, Map<String, Object> initialParameters) Evaluates the default values for the parameters of a report.JRParameterDefaultValuesEvaluator.evaluateParameterDefaultValues(RepositoryContext repositoryContext, JasperReport report, Map<String, Object> initialParameters) Evaluates the default values for the parameters of a report.voidDatasetExecution.evaluateParameters(BiConsumer<JRParameter, Object> parameterConsumer) JRFillSubreport.evaluateParameterValues(byte evaluation) protected voidJRFillBand.evaluatePrintWhenExpression(byte evaluation) protected voidJRFillElement.evaluatePrintWhenExpression(byte evaluation) protected voidJRFillDataset.evaluateProperties(PropertyEvaluationTimeEnum evaluationTime) protected voidJRFillElement.evaluateProperties(byte evaluation) protected voidJRFillField.evaluateProperties()protected JasperReportSourceJRFillSubreport.evaluateReportSource(byte evaluation) protected voidJRFillElement.evaluateStyle(byte evaluation) protected voidJRFillFrame.evaluateStyle(byte evaluation) protected voidJRFillGraphicElement.evaluateStyle(byte evaluation) protected voidJRFillImage.evaluateStyle(byte evaluation) protected voidJRFillTextElement.evaluateStyle(byte evaluation) protected voidJRFillSubreport.evaluateSubreport(byte evaluation) protected voidJRFillTextField.evaluateText(byte evaluation) voidElementEvaluationAction.execute(BoundActionExecutionContext executionContext) voidEvaluationBoundAction.execute(BoundActionExecutionContext executionContext) voidVirtualizedPageEvaluationAction.execute(BoundActionExecutionContext executionContext) BaseReportFiller.fill(Map<String, Object> parameterValues, Connection conn) BaseReportFiller.fill(Map<String, Object> parameterValues, JRDataSource ds) protected JRPrintBandJRFillBand.fill()protected JRPrintBandJRFillBand.fill(int availableHeight) protected JRPrintBandJRFillBand.fill(int availableHeight, boolean isOverflowAllowed) protected JRPrintFrameJRFillCellContents.fill()protected JRPrintElementJRFillComponentElement.fill()protected voidJRFillCrosstab.CrosstabFiller.fill(int availableHeight) protected abstract JRPrintElementJRFillElement.fill()static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, Connection conn) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, JRDataSource dataSource) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters) Fills a report.static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, Connection conn) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) protected JRPrintElementJRFillFrame.fill()protected JRPrintElementJRFillGenericElement.fill()protected JRPrintElementJRFillImage.fill()JRFillTextField.fill()ReportFiller.fill(Map<String, Object> parameters, Connection connection) ReportFiller.fill(Map<String, Object> parameters, JRDataSource dataSource) protected voidPartReportFiller.fillChangedGroupEvaluatedParts()protected voidPartReportFiller.fillChangedGroupHeaders()protected voidJRHorizontalFiller.fillColumnBand(JRFillBand band, byte evaluation) protected voidJRVerticalFiller.fillColumnBand(JRFillBand band, byte evaluation, boolean recalculateVariables) protected List<List<JRPrintElement>> JRFillCrosstab.CrosstabFiller.fillColumnHeaders(int rowHeadersXOffset, int availableHeight) protected voidPartReportFiller.fillDelayedEvaluatedParts(List<DelayedPrintPart> parts, byte evaluation) protected voidPartReportFiller.fillDelayedPart(byte evaluation, DelayedPrintPart part) protected voidPartReportFiller.fillDetail()voidJRFillElementContainer.fillElements(JRPrintElementContainer printContainer) Fills the elements from this container into a print element container.protected voidPartReportFiller.fillFirstGroupHeaders()protected voidJRHorizontalFiller.fillFixedBand(JRFillBand band, byte evaluation) protected voidJRHorizontalFiller.fillFixedBand(JRFillBand band, byte evaluation, boolean allowShrinking) protected voidJRVerticalFiller.fillFixedBand(JRFillBand band, byte evaluation) protected voidPartReportFiller.fillLastGroupEvaluatedParts()protected voidJRFillCrosstab.CrosstabFiller.fillNoDataCell(int availableHeight) protected voidprotected voidprotected abstract voidJRBaseFiller.fillReport()protected voidJRHorizontalFiller.fillReport()protected voidJRVerticalFiller.fillReport()protected voidPartReportFiller.fillReport()protected voidPartReportFiller.fillReportEvaluatedParts()protected intJRFillCrosstab.CrosstabFiller.fillRows(int xOffset, int availableHeight) protected voidJRFillSubreport.fillSubreport()protected voidJRFillCrosstab.CrosstabFiller.fillVerticalCrosstab(int availableHeight) protected booleanJRFillImage.fitImage(Dimension2D imageSize, ExifOrientationEnum exifOrientation, int availableHeight, boolean overflowAllowed, HorizontalImageAlignEnum hAlign, VerticalImageAlignEnum vAlign) static IntegerJRFillElement.getBookmarkLevel(Object value) SortedDataSource.getOriginalDataSource()JRFillSubreport.getParameterValues(BaseReportFiller filler, JRFillExpressionEvaluator expressionEvaluator, JRExpression parametersMapExpression, JRDatasetParameter[] subreportParameters, byte evaluation, boolean ignoreNullExpressions, boolean removeResourceBundle, boolean removeFormatFactory) Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.JRFillSubreport.getParameterValues(BaseReportFiller filler, JRExpression parametersMapExpression, JRDatasetParameter[] subreportParameters, byte evaluation, boolean ignoreNullExpressions, boolean removeResourceBundle, boolean removeFormatFactory) Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.static JasperReportSourceJRFillSubreport.getReportSource(Object source, Boolean isUsingCache, BaseReportFiller filler) protected JRSubreportRunnerFactoryJRFillSubreport.getRunnerFactory()static SortedDataSourceDatasetSortUtil.getSortedDataSource(BaseReportFiller filler, JRFillDataset dataset, Locale locale) JRFillCellContents.getTransformedContents(int newWidth, int newHeight, CrosstabColumnPositionEnum xPosition, CrosstabRowPositionEnum yPosition) protected voidJRFillDatasetRun.group()JRAbstractExtendedIncrementer.increment(JRFillVariable variable, Object expressionValue, AbstractValueProvider valueProvider) This implementation simply callsincrement(JRCalculable, Object, AbstractValueProvider).JRExtendedIncrementer.increment(JRCalculable calculable, Object expressionValue, AbstractValueProvider valueProvider) Increments a calculable object with a value.JRIncrementer.increment(JRFillVariable variable, Object expressionValue, AbstractValueProvider valueProvider) voidBuiltinExpressionEvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType) voidBuiltinExpressionEvaluatorDecorator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE) voidConstantBuiltinExpression.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType) voidDatasetExpressionEvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE) voidFillExpressionEvaluatorDatasetAdapter.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE) protected voidJRCalculator.init(JRFillDataset dataset) Initializes the calculator.voidJREvaluator.init(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE) Initializes the evaluator by setting the parameter, field and variable objects.voidJRFillDataset.initCalculator()Initializes the calculator.protected final voidBaseReportFiller.initDatasets()voidJRFillDataset.initDatasource()Initializes the data source which will be used by this dataset.protected voidJRFillElement.initDelayedEvaluationPrint(JRRecordedValuesPrintElement printElement) protected voidJRFillCrosstab.initEvaluator(byte evaluation) voidJRCalculator.initializeVariables(ResetTypeEnum resetType, IncrementTypeEnum incrementType) protected voidJRFillSubreport.initSubreportFiller(DatasetExpressionEvaluator evaluator) protected voidJRFillDatasetRun.iterate()static JasperReportJRFillSubreport.loadReport(Object source, BaseReportFiller filler) protected DatasetExpressionEvaluatorJRFillSubreport.loadReportEvaluator()protected static JasperReportSourceJRFillSubreport.loadReportSource(Object reportSource, String contextLocation, BaseReportFiller filler) protected voidJRBaseFiller.loadStyles()protected static ReportTemplateSourceJRFillReportTemplate.loadTemplate(Object source, JRBaseFiller filler, RepositoryContext repositoryContext) protected booleanJRBaseFiller.next()booleanJRFillDataset.next()Moves to the next record in the data source.protected booleanJRFillDataset.next(boolean sorting) Moves to the next record in the data source.protected voidJRFillElement.performDelayedEvaluation(JRPrintElement element, byte evaluation) protected booleanJRFillBreak.prepare(int availableHeight, boolean isOverflow, boolean isLoverflowAllowed) protected voidJRFillCellContents.prepare(int availableHeight) protected booleanJRFillComponentElement.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected booleanJRFillCrosstab.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected booleanJRFillElement.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected booleanJRFillFrame.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected booleanJRFillGenericElement.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected booleanJRFillGraphicElement.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected booleanJRFillImage.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected booleanJRFillStaticText.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected booleanJRFillSubreport.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected booleanJRFillTextElement.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) booleanJRFillTextField.prepare(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) protected JRFillCellContentsJRFillCrosstab.CrosstabFiller.prepareColumnCrosstabHeader(int availableHeight) protected voidJRFillElementContainer.prepareElements(int availableHeight, boolean isOverflowAllowed) protected voidJRFillElementContainer.prepareStretchHeight(int availableHeight, boolean isOverflowAllowed) protected voidJRCalculator.recalculateVariables()protected JRPrintBandJRFillBand.refill(byte evaluation, int availableHeight) voidJRSubreportRunner.reset()Resets the runner, preparing it for a new fill.protected voidJRBaseFiller.resolveBandBoundElements(JRFillBand band, byte evaluation) Resloves elements which are to be evaluated at band level.protected voidBaseReportFiller.resolveBoundElements(JREvaluationTime evaluationTime, byte evaluation) protected voidJRBaseFiller.resolveColumnBoundElements(byte evaluation) Resolves elements which are to be evaluated at column level.protected voidJRFillComponentElement.resolveElement(JRPrintElement element, byte evaluation) protected voidJRFillComponentElement.resolveElement(JRPrintElement element, byte evaluation, JREvaluationTime evaluationTime) protected abstract voidJRFillElement.resolveElement(JRPrintElement element, byte evaluation) Resolves an element.protected voidJRFillElement.resolveElement(JRPrintElement element, byte evaluation, JREvaluationTime evaluationTime) Resolves an element.protected voidJRFillGenericElement.resolveElement(JRPrintElement element, byte evaluation) protected voidJRFillImage.resolveElement(JRPrintElement element, byte evaluation) protected voidJRFillTextField.resolveElement(JRPrintElement element, byte evaluation) protected voidJRBaseFiller.resolveGroupBoundElements(byte evaluation, boolean isFinal) Resolves elements which are to be evaluated at group level.protected voidBaseReportFiller.resolveMasterBoundElements()protected voidJRBaseFiller.resolvePageBoundElements(byte evaluation) Resolves elements which are to be evaluated at page level.protected voidJRBaseFiller.resolveReportBoundElements()Resolves elements which are to be evaluated at report level.JRSubreportRunner.resume()Resumes the filling of a subreport.protected voidJRFillComponentElement.rewind()protected abstract voidJRFillElement.rewind()protected voidJRFillElementContainer.rewind()protected voidJRFillFrame.rewind()protected voidJRFillGenericElement.rewind()voidJRFillSubreport.rewind()voidDelayedFillActions.runActions(JREvaluationTime evaluationTime, byte evaluation) protected voidJRFillDataset.setOldValues()protected voidJRBaseFiller.setParameter(String parameterName, Object value) Sets a parameter's value.protected voidJRBaseFiller.setParameter(JRFillParameter parameter, Object value) Sets a parameter's value.voidJRFillDataset.setParameter(String parameterName, Object value) Sets the value of a parameter.protected voidJRFillDataset.setParameter(JRFillParameter parameter, Object value) Sets the value of the parameter.protected voidBaseReportFiller.setParameters(Map<String, Object> parameterValues) voidJRFillDataset.setParameterValues(Map<String, Object> parameterValues) Reads built-in parameter values from the value map.JRSubreportRunner.start()Starts to fill the subreport.protected voidJRFillDatasetRun.startData()protected voidPartReportFiller.startReport()voidAbstractThreadSubreportRunner.suspend()voidJRSubreportRunner.suspend()Suspends the current fill.protected voidFillerSubreportParent.suspendSubreportRunner(FillerPageAddedEvent pageAdded) protected voidJRFillSubreport.validateReport()protected voidJRFillSubreport.verifyBandHeights()Constructors in net.sf.jasperreports.engine.fill that throw JRExceptionModifierConstructorDescriptionprotectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, JRDataSource dataSource, Connection conn) protectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters) protectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, Connection conn) protectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) protectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource, Connection conn) protectedBaseFillHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, JRDataSource dataSource, Connection conn) protectedBaseFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource, Connection conn) BaseReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, FillerParent parent) BaseReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport, FillerParent parent) protectedJRBaseFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, BandReportFillerParent parent) JRHorizontalFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, BandReportFillerParent parent) protectedJRHorizontalFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) JRHorizontalFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport, BandReportFillerParent parent) JRVerticalFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, BandReportFillerParent parent) protectedJRVerticalFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) JRVerticalFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport, BandReportFillerParent parent) PartReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, PartFillerParent parent) PartReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) PartReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport, PartFillerParent parent) -
Uses of JRException in net.sf.jasperreports.engine.fonts
Methods in net.sf.jasperreports.engine.fonts that throw JRExceptionModifier and TypeMethodDescriptionstatic voidSimpleFontExtensionHelper.writeFontExtensionsProperties(String fontFamiliesPropertyValue, OutputStream outputStream) static voidSimpleFontExtensionHelper.writeFontExtensionsProperties(String fontsXmlLocation, String destFileName) static voidSimpleFontExtensionHelper.writeFontExtensionsProperties(String fontRegistryFactoryPropertyName, String fontRegistryFactoryPropertyValue, String fontFamiliesPropertyName, String fontFamiliesPropertyValue, OutputStream outputStream) static voidSimpleFontExtensionHelper.writeFontExtensionsXml(OutputStream outputStream, FontExtensionsContainer extensions) static voidSimpleFontExtensionHelper.writeFontExtensionsXml(String destFileName, FontExtensionsContainer extensions) static voidSimpleFontExtensionHelper.writeFontsXml(OutputStream outputStream, List<FontFamily> fontFamilies) static voidSimpleFontExtensionHelper.writeFontsXml(String destFileName, List<FontFamily> fontFamilies) -
Uses of JRException in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that throw JRExceptionModifier and TypeMethodDescriptionFillPart.Context.evaluate(JRExpression expression, byte evaluation) voidPartFillComponent.evaluate(byte evaluation) Evaluates the fill component.PartFillContext.evaluate(JRExpression expression, byte evaluation) protected voidFillPart.evaluatePartNameExpression(byte evaluation) protected booleanFillPart.evaluatePrintWhenExpression(byte evaluation) protected voidFillPart.evaluateProperties(byte evaluation) voidFillPart.fill(byte evaluation, PartPrintOutput output) voidPartFillComponent.fill(PartPrintOutput output) Fills the component by creating a print element which will be included in the generated report.voidFillPrintPartQueue.fillDelayed(DelayedPrintPart part, PartReportFiller filler, byte evaluation) -
Uses of JRException in net.sf.jasperreports.engine.print
Methods in net.sf.jasperreports.engine.print that throw JRExceptionModifier and TypeMethodDescriptionbooleanJRPrinterAWT.printPages(int firstPageIndex, int lastPageIndex, boolean withPrintDialog) static booleanJRPrinterAWT.printPages(JasperPrint jrPrint, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) JRPrinterAWT.printPageToImage(int pageIndex, float zoom) static ImageJRPrinterAWT.printPageToImage(JasperPrint jrPrint, int pageIndex, float zoom) Constructors in net.sf.jasperreports.engine.print that throw JRExceptionModifierConstructorDescriptionprotectedJRPrinterAWT(JasperPrint jrPrint) JRPrinterAWT(JasperReportsContext jasperReportsContext, JasperPrint jasperPrint) -
Uses of JRException in net.sf.jasperreports.engine.query
Methods in net.sf.jasperreports.engine.query that throw JRExceptionModifier and TypeMethodDescriptionbooleanAbstractXlsQueryExecuter.cancelQuery()booleanJRCsvQueryExecuter.cancelQuery()booleanJREmptyQueryExecuter.cancelQuery()booleanJRJdbcQueryExecuter.cancelQuery()booleanJRQueryExecuter.cancelQuery()Cancels the query if it's currently running.booleanJRXPathQueryExecuter.cancelQuery()JRCsvQueryExecuter.createDatasource()JREmptyQueryExecuter.createDatasource()JRJdbcQueryExecuter.createDatasource()JRQueryExecuter.createDatasource()Executes the query and creates aJRDataSourceout of the result.JRXPathQueryExecuter.createDatasource()OracleProcedureCallHandlerFactory.createProcedureCallHandler()ProcedureCallHandlerFactory.createProcedureCallHandler()JRCsvQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRCsvQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRJdbcQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRXPathQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRXPathQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) QueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) Creates a query executer.default JRQueryExecuterQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) protected voidJRJdbcQueryExecuter.createStatement()DefaultQueryExecuterFactoryBundle.getQueryExecuterFactory(String language) JRQueryExecuterFactoryBundle.getQueryExecuterFactory(String language) protected voidAbstractXlsQueryExecuter.initDatasource(AbstractXlsDataSource datasource) -
Uses of JRException in net.sf.jasperreports.engine.scriptlets
Methods in net.sf.jasperreports.engine.scriptlets that throw JRExceptionModifier and TypeMethodDescriptionDefaultScriptletFactory.getScriplets(ScriptletFactoryContext context) ScriptletFactory.getScriplets(ScriptletFactoryContext context) Returns a list of scriptlet instances to be used during report filling.protected JRAbstractScriptletDefaultScriptletFactory.getScriptlet(String scriptletClassName) -
Uses of JRException in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that throw JRExceptionModifier and TypeMethodDescriptionvoidAbstractSampleApp.compile()ReportCreator.create()static DocumentJRXmlUtils.createDocument(Node sourceNode) static DocumentJRXmlUtils.createDocument(Node sourceNode, boolean isNamespaceAware) Creates a document having a node as root.static DocumentBuilderJRXmlUtils.createDocumentBuilder()static DocumentBuilderJRXmlUtils.createDocumentBuilder(boolean isNamespaceAware) Creates a XML document builder.protected TJRSingletonCache.createInstance(String className) voidAbstractSampleApp.decompile()abstract byte[]JRAbstractImageEncoder.encode(BufferedImage bi, ImageTypeEnum imageType) byte[]JRAbstractImageEncoder.encode(Image image, ImageTypeEnum imageType) byte[]JRImageEncoder.encode(Image image, ImageTypeEnum imageType) byte[]JRJdk14ImageEncoder.encode(BufferedImage bi, ImageTypeEnum imageType) JRSingletonCache.getCachedInstance(String className) Returns the singleton instance corresponding to a class.protected ConnectionAbstractSampleApp.getDemoHsqldbConnection()JRQueryExecuterUtils.getExecuterFactory(String language) Returns a query executer factory for a query language.BookmarksFlatDataSource.getFieldValue(JRField field) static InputStreamJRLoader.getFileInputStream(String filename) Tries to open a file for reading.static InputStreamJRLoader.getInputStream(File file) static InputStreamJRLoader.getInputStream(URL url) static InputStreamJRLoader.getLocationInputStream(String location) Tries to open an input stream for a location.static InputStreamJRLoader.getURLInputStream(String spec) Tries to open an input stream for an URL.JRImageLoader.loadAwtImageFromBytes(byte[] bytes) static byte[]static byte[]JRLoader.loadBytes(InputStream is) static byte[]byte[]JRImageLoader.loadBytesFromAwtImage(Image image, ImageTypeEnum imageType) Encoding the image object using an image encoder that supports the supplied image type.static byte[]JRLoader.loadBytesFromResource(String resourceName) static byte[]JRLoader.loadBytesFromResource(String resourceName, ClassLoader classLoader) static JasperPrintJRLoader.loadJasperPrint(File file, JRVirtualizer virtualizer) Loads a JasperPrint object from a file, optionally using a virtualizer for the object.static JasperPrintJRLoader.loadJasperPrint(InputStream is, JRVirtualizer virtualizer) Loads a JasperPrint object from a stream, optionally using a virtualizer for the object.static JasperPrintJRLoader.loadJasperPrint(URL url, JRVirtualizer virtualizer) Loads a JasperPrint object from a URL, optionally using a virtualizer for the object.static JasperPrintJRLoader.loadJasperPrintFromFile(String fileName, JRVirtualizer virtualizer) Loads a JasperPrint object from a file, optionally using a virtualizer for the object.static ObjectJRLoader.loadObject(File file) static ObjectJRLoader.loadObject(InputStream is) static ObjectJRLoader.loadObject(URL url) static ObjectJRLoader.loadObject(JasperReportsContext jasperReportsContext, File file) static ObjectJRLoader.loadObject(JasperReportsContext jasperReportsContext, InputStream is) static ObjectJRLoader.loadObject(JasperReportsContext jasperReportsContext, URL url) static ObjectJRLoader.loadObjectFromFile(String fileName) voidBookmarksFlatDataSource.moveFirst()booleanBookmarksFlatDataSource.next()static Documentstatic DocumentParses a file into a document.static DocumentJRXmlUtils.parse(InputStream is) static DocumentJRXmlUtils.parse(InputStream is, boolean isNamespaceAware) Parses an input stream into a XML document.static Documentstatic DocumentParses a document specified by an URI.static Documentstatic DocumentParses an URL stream as a XML document.static DocumentJRXmlUtils.parse(InputSource is) static DocumentJRXmlUtils.parse(InputSource is, boolean isNamespaceAware) Parses an input source into a document.JRImageReader.readImage(byte[] bytes) JRJdk13ImageReader.readImage(byte[] bytes) JRJdk14ImageReader.readImage(byte[] bytes) static voidJRSaver.saveClassSource(String source, File file) static voidJRSaver.saveObject(Object obj, File file) static voidJRSaver.saveObject(Object obj, OutputStream os) static voidJRSaver.saveObject(Object obj, String fileName) abstract voidAbstractSampleApp.test()voidJRApiWriter.write(JRReport report, OutputStream outputStream) voidvoidAbstractSampleApp.writeApi()voidAbstractSampleApp.writeApiXml()static voidJRApiWriter.writeReport(JRReport report, OutputStream outputStream) static voidJRApiWriter.writeReport(JRReport report, String destFileName) -
Uses of JRException in net.sf.jasperreports.engine.util.xml
Methods in net.sf.jasperreports.engine.util.xml that throw JRExceptionModifier and TypeMethodDescriptionJRXmlDocumentProducer.getDocument()JRXmlDocumentProducer.getDocument(Node sourceNode) protected DocumentBuilderJRXmlDocumentProducer.getDocumentBuilder()static JRXPathExecuterJRXPathExecuterUtils.getXPathExecuter(JasperReportsContext jasperReportsContext) Produces anXPath executerinstance by means of the factory returned bygetXPathExecuterFactory(JasperReportsContext).static JRXPathExecuterFactoryJRXPathExecuterUtils.getXPathExecuterFactory(JasperReportsContext jasperReportsContext) Return anXPath executer factoryinstance.JRXPathExecuter.selectNodeList(Node contextNode, String expression) Selects a node list by evaluating an XPath expression on a context node.JRXPathExecuter.selectObject(Node contextNode, String expression) Selects an object by evaluating an XPath expression on a context node. -
Uses of JRException in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml that throw JRExceptionModifier and TypeMethodDescriptionstatic JasperPrintJRPrintXmlLoader.load(InputStream is) static JasperPrintstatic JasperPrintJRPrintXmlLoader.load(JasperReportsContext jasperReportsContext, InputStream is) static JasperDesignstatic JasperDesignJRXmlLoader.load(InputStream is) static JasperDesignstatic JasperDesignJRXmlLoader.load(JasperReportsContext jasperReportsContext, File file) static JasperDesignJRXmlLoader.load(JasperReportsContext jasperReportsContext, InputStream is) static JasperDesignJRXmlLoader.load(JasperReportsContext jasperReportsContext, String sourceFileName) static JRTemplatestatic JasperPrintJRPrintXmlLoader.loadFromFile(String sourceFileName) static JasperPrintJRPrintXmlLoader.loadFromFile(JasperReportsContext jasperReportsContext, String sourceFileName) JacksonReportLoader.loadReport(JasperReportsContext context, byte[] data) ReportLoader.loadReport(JasperReportsContext context, byte[] data) JRXmlTemplateLoader.loadTemplate(String location) Parses a template XML found at a specified location into atemplate object.JRXmlLoader.loadXML(InputStream is) voidJRXmlWriter.write(JRReport report, OutputStream outputStream, String encoding) voidstatic voidJRXmlWriter.writeReport(JRReport report, OutputStream outputStream, String encoding) static voidJRXmlWriter.writeReport(JRReport report, String destFileName, String encoding) -
Uses of JRException in net.sf.jasperreports.engine.xml.print
Methods in net.sf.jasperreports.engine.xml.print that throw JRExceptionModifier and TypeMethodDescriptionPrintXmlLoader.load(InputStream is) voidXmlLoader.open(InputStream is) -
Uses of JRException in net.sf.jasperreports.export
Subclasses of JRException in net.sf.jasperreports.exportMethods in net.sf.jasperreports.export that throw JRException -
Uses of JRException in net.sf.jasperreports.fastexcel
Methods in net.sf.jasperreports.fastexcel that throw JRExceptionModifier and TypeMethodDescriptionFastExcelDataSourceFactory.getDataSource(InputStream inputStream, boolean closeInputStream) FastExcelDataSource.getFieldFormatPattern(JRField jrField) FastExcelDataSource.getFieldValue(JRField jrField) FastExcelDataSource.getStringFieldValue(JRField jrField) booleanFastExcelDataSource.next()Constructors in net.sf.jasperreports.fastexcel that throw JRExceptionModifierConstructorDescriptionFastExcelDataSource(File file) Creates a data source instance from an XLSX or XLS file.Creates a data source instance from an XLSX or XLS data input stream.FastExcelDataSource(InputStream is, boolean closeInputStream) Creates a data source instance from an XLSX or XLS data input stream.FastExcelDataSource(String location) FastExcelDataSource(JasperReportsContext jasperReportsContext, String location) Creates a data source instance that reads XLSX or XLS data from a given location.FastExcelDataSource(RepositoryContext context, String location) -
Uses of JRException in net.sf.jasperreports.functions.standard
Methods in net.sf.jasperreports.functions.standard that throw JRExceptionModifier and TypeMethodDescriptionprotected HierarchicalDataSource<?> ReportFunctions.hierarchicalDataSource()protected JRDataSourceReportFunctions.originalDataSource() -
Uses of JRException in net.sf.jasperreports.governors
Subclasses of JRException in net.sf.jasperreports.governorsModifier and TypeClassDescriptionclassclassclassMethods in net.sf.jasperreports.governors that throw JRExceptionModifier and TypeMethodDescriptionGovernorFactory.getScriplets(ScriptletFactoryContext context) protected JRAbstractScriptletGovernorFactory.getScriptlet(String scriptletClassName) -
Uses of JRException in net.sf.jasperreports.groovy
Methods in net.sf.jasperreports.groovy that throw JRExceptionModifier and TypeMethodDescriptionprotected voidJRGroovyCompiler.checkLanguage(String language) protected StringJRGroovyCompiler.compileUnits(JRCompilationUnit[] units, String classpath, File tempDirFile) protected StringJRGroovyGenerator.generateClass()static StringJRGroovyGenerator.generateClass(JRSourceCompileTask sourceTask) static StringJRGroovyGenerator.generateClass(JRSourceCompileTask sourceTask, ReportClassFilter classFilter) protected final voidJRGroovyGenerator.generateInitFieldsMethod(StringBuilder sb) protected final voidJRGroovyGenerator.generateInitParamsMethod(StringBuilder sb) protected final voidJRGroovyGenerator.generateInitVarsMethod(StringBuilder sb) protected final StringJRGroovyGenerator.generateMethod(byte evaluationType, List<JRExpression> expressionsList) protected JRCompilationSourceCodeJRGroovyCompiler.generateSourceCode(JRSourceCompileTask sourceTask) protected JREvaluatorJRGroovyCompiler.loadEvaluator(Serializable compileData, String className) -
Uses of JRException in net.sf.jasperreports.hibernate
Methods in net.sf.jasperreports.hibernate that throw JRExceptionModifier and TypeMethodDescriptionbooleanJRHibernateQueryExecuter.cancelQuery()voidHibernateDataAdapterService.contributeParameters(Map<String, Object> parameters) voidSpringHibernateDataAdapterService.contributeParameters(Map<String, Object> parameters) JRHibernateQueryExecuter.createDatasource()Creates an instance ofJRHibernateListDataSource,JRHibernateIterateDataSourceorJRHibernateScrollDataSource, depending on theJRHibernateQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRHibernateAbstractDataSource.FieldReader.getFieldValue(jakarta.persistence.Tuple resultTuple) JRHibernateAbstractDataSource.getFieldValue(JRField jrField) JRHibernateAbstractDataSource.IndexPropertyFieldReader.getFieldValue(jakarta.persistence.Tuple resultTuple) HibernateQueryExecuterFactoryBundle.getQueryExecuterFactory(String language) booleanJRHibernateIterateDataSource.next()booleanJRHibernateScrollDataSource.next() -
Uses of JRException in net.sf.jasperreports.j2ee.ejbql
Methods in net.sf.jasperreports.j2ee.ejbql that throw JRExceptionModifier and TypeMethodDescriptionbooleanJRJpaQueryExecuter.cancelQuery()voidEjbqlDataAdapterService.contributeParameters(Map<String, Object> parameters) JRJpaQueryExecuter.createDatasource()JRJpaQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRJpaDataSource.getFieldValue(JRField field) EjbqlQueryExecuterFactoryBundle.getQueryExecuterFactory(String language) JRJpaDataSource.FieldValueReader.getValue()JRJpaDataSource.IndexPropertyReader.getValue()JRJpaDataSource.IndexReader.getValue()JRJpaDataSource.PropertyReader.getValue() -
Uses of JRException in net.sf.jasperreports.j2ee.hibernate
Methods in net.sf.jasperreports.j2ee.hibernate that throw JRExceptionModifier and TypeMethodDescriptionbooleanJRHibernateQueryExecuter.cancelQuery()voidHibernateDataAdapterService.contributeParameters(Map<String, Object> parameters) voidSpringHibernateDataAdapterService.contributeParameters(Map<String, Object> parameters) JRHibernateQueryExecuter.createDatasource()Creates an instance ofJRHibernateListDataSource,JRHibernateIterateDataSourceorJRHibernateScrollDataSource, depending on theJRHibernateQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRHibernateAbstractDataSource.FieldReader.getFieldValue(Object resultValue) JRHibernateAbstractDataSource.getFieldValue(JRField jrField) JRHibernateAbstractDataSource.IndexPropertyFieldReader.getFieldValue(Object resultValue) JRHibernateAbstractDataSource.PropertyFieldReader.getFieldValue(Object resultValue) HibernateQueryExecuterFactoryBundle.getQueryExecuterFactory(String language) booleanJRHibernateIterateDataSource.next()booleanJRHibernateScrollDataSource.next() -
Uses of JRException in net.sf.jasperreports.j2ee.servlets
Methods in net.sf.jasperreports.j2ee.servlets that throw JRExceptionModifier and TypeMethodDescriptionprotected byte[]ImageServlet.process(Renderable renderer, Dimension dimension, Color backcolor) -
Uses of JRException in net.sf.jasperreports.jakarta.ejbql
Methods in net.sf.jasperreports.jakarta.ejbql that throw JRExceptionModifier and TypeMethodDescriptionbooleanJRJpaQueryExecuter.cancelQuery()voidEjbqlDataAdapterService.contributeParameters(Map<String, Object> parameters) JRJpaQueryExecuter.createDatasource()JRJpaQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRJpaDataSource.getFieldValue(JRField field) EjbqlQueryExecuterFactoryBundle.getQueryExecuterFactory(String language) JRJpaDataSource.FieldValueReader.getValue()JRJpaDataSource.IndexPropertyReader.getValue()JRJpaDataSource.IndexReader.getValue()JRJpaDataSource.PropertyReader.getValue() -
Uses of JRException in net.sf.jasperreports.jakarta.servlets
Methods in net.sf.jasperreports.jakarta.servlets that throw JRExceptionModifier and TypeMethodDescriptionprotected byte[]ImageServlet.process(Renderable renderer, Dimension dimension, Color backcolor) -
Uses of JRException in net.sf.jasperreports.javascript
Methods in net.sf.jasperreports.javascript that throw JRExceptionModifier and TypeMethodDescriptionprotected voidJavaScriptCompiler.checkLanguage(String language) protected voidJavaScriptCompilerBase.checkLanguage(String language) protected StringJavaScriptClassCompiler.compileUnits(JRCompilationUnit[] units, String classpath, File tempDirFile) protected StringJavaScriptCompiler.compileUnits(JRCompilationUnit[] units, String classpath, File tempDirFile) protected voidJavaScriptCompiledEvaluator.customizedInit(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) protected voidJavaScriptEvaluator.customizedInit(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) protected JRCompilationSourceCodeJavaScriptCompilerBase.generateSourceCode(JRSourceCompileTask sourceTask) protected JREvaluatorJavaScriptCompilerBase.loadEvaluator(Serializable compileData, String unitName) -
Uses of JRException in net.sf.jasperreports.jaxen.data
Methods in net.sf.jasperreports.jaxen.data that throw JRExceptionModifier and TypeMethodDescriptionprotected voidJaxenXmlDataSource.checkMoveFirst()JaxenXmlDataSource.dataSource(String selectExpr) JaxenXmlDataSource.getSelectObject(Node currentNode, String expression) voidJaxenXmlDataSource.moveFirst()booleanJaxenXmlDataSource.next()intJaxenXmlDataSource.recordCount()voidJaxenXmlDataSource.setXmlNamespaceMap(Map<String, String> xmlNamespaceMap) JaxenXmlDataSource.subDataSource(String selectExpr) JaxenXmlDataSource.subDocument()Constructors in net.sf.jasperreports.jaxen.data that throw JRExceptionModifierConstructorDescriptionJaxenXmlDataSource(File file) Creates the data source by parsing the xml document from the given file.JaxenXmlDataSource(File file, String selectExpression) Creates the data source by parsing the xml document from the given file.Creates the data source by parsing the xml document from the given input stream.JaxenXmlDataSource(InputStream in, String selectExpression) Creates the data source by parsing the xml document from the given input stream.JaxenXmlDataSource(String uri) Creates the data source by parsing the xml document from the given system identifier (URI).JaxenXmlDataSource(String uri, String selectExpression) Creates the data source by parsing the xml document from the given system identifier (URI).JaxenXmlDataSource(Document document) Creates the data source by parsing the xml document from the given file.JaxenXmlDataSource(Document document, String selectExpression) Creates the data source by parsing the xml document from the given file. -
Uses of JRException in net.sf.jasperreports.jaxen.query
Methods in net.sf.jasperreports.jaxen.query that throw JRExceptionModifier and TypeMethodDescriptionbooleanJaxenXPathQueryExecuter.cancelQuery()JaxenXPathQueryExecuter.createDatasource()JaxenXPathQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JaxenXPathQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) -
Uses of JRException in net.sf.jasperreports.jaxen.util.xml
Methods in net.sf.jasperreports.jaxen.util.xml that throw JRExceptionModifier and TypeMethodDescriptionprotected voidJaxenNsAwareXPathExecuter.addNamespaceContext(Node contextNode, org.jaxen.XPath xPath, String expression) protected org.jaxen.XPathprotected org.jaxen.XPathJaxenNsAwareXPathExecuter.selectNodeList(Node contextNode, String expression) JaxenXPathExecuter.selectNodeList(Node contextNode, String expression) JaxenNsAwareXPathExecuter.selectObject(Node contextNode, String expression) JaxenXPathExecuter.selectObject(Node contextNode, String expression) voidJaxenNsAwareXPathExecuter.setXmlNamespaceMap(Map<String, String> xmlNamespaceMap) -
Uses of JRException in net.sf.jasperreports.jdt
Methods in net.sf.jasperreports.jdt that throw JRExceptionModifier and TypeMethodDescriptionprotected voidJRJdtCompiler.checkLanguage(String language) protected JRCompilationSourceCodeJRJdtCompiler.generateSourceCode(JRSourceCompileTask sourceTask) -
Uses of JRException in net.sf.jasperreports.json.data
Methods in net.sf.jasperreports.json.data that throw JRExceptionModifier and TypeMethodDescriptionprotected ObjectJsonQLDataSource.getConvertedValue(JRJsonNode node, JRField jrField) JsonDataSourceProvider.getDataSource()JsonQLDataSourceProvider.getDataSource()JsonDataSource.getFieldValue(JRField jrField) JsonQLDataSource.getFieldValue(JRField jrField) protected com.fasterxml.jackson.databind.JsonNodeJsonDataSource.getJsonData(com.fasterxml.jackson.databind.JsonNode rootNode, String jsonExpression) Extracts the JSON nodes based on the query expressionprotected com.fasterxml.jackson.databind.JsonNodeJsonDataSource.goDownPathWithAttribute(com.fasterxml.jackson.databind.JsonNode rootNode, String pathWithAttributeExpression) Extracts the JSON nodes that match the attribute expressionprotected booleanJsonDataSource.isValidExpression(com.fasterxml.jackson.databind.JsonNode operand, String attributeExpression) Validates an attribute expression on a JsonNodevoidJsonDataSource.moveFirst()voidJsonQLDataSource.moveFirst()booleanJsonQLDataSource.next()JsonDataSource.subDataSource()Creates a sub data source using the current node as the base for its input stream.JsonDataSource.subDataSource(String selectExpression) Creates a sub data source using the current node as the base for its input stream.JsonQLDataSource.subDataSource()JsonQLDataSource.subDataSource(String selectExpression) Constructors in net.sf.jasperreports.json.data that throw JRExceptionModifierConstructorDescriptionprotectedJsonDataSource(com.fasterxml.jackson.databind.JsonNode jsonTree, String selectExpression) JsonDataSource(File file) JsonDataSource(File file, String selectExpression) JsonDataSource(InputStream stream) JsonDataSource(InputStream jsonStream, String selectExpression) JsonDataSource(String location, String selectExpression) JsonDataSource(JasperReportsContext jasperReportsContext, String location, String selectExpression) Creates a data source instance that reads JSON data from a given locationJsonDataSource(RepositoryContext repositoryContext, String location, String selectExpression) protectedJsonQLDataSource(com.fasterxml.jackson.databind.JsonNode jacksonJsonTree, String selectExpression) JsonQLDataSource(File file) JsonQLDataSource(File file, String selectExpression) JsonQLDataSource(InputStream jsonInputStream) JsonQLDataSource(InputStream jsonInputStream, String selectExpression) JsonQLDataSource(JasperReportsContext jasperReportsContext, String jsonSource, String selectExpression) protectedJsonQLDataSource(JRJsonNode root, String selectExpression) JsonQLDataSource(RepositoryContext repositoryContext, String jsonSource, String selectExpression) -
Uses of JRException in net.sf.jasperreports.json.export
Methods in net.sf.jasperreports.json.export that throw JRExceptionModifier and TypeMethodDescriptionvoidJsonExporter.exportReport()voidJsonMetadataExporter.exportReport()protected voidJsonExporter.exportReportToWriter()protected voidJsonMetadataExporter.exportReportToWriter()voidJsonMetadataExporter.validateSchema(String jsonSchema) -
Uses of JRException in net.sf.jasperreports.json.query
Methods in net.sf.jasperreports.json.query that throw JRExceptionModifier and TypeMethodDescriptionbooleanAbstractJsonQueryExecuter.cancelQuery()AbstractJsonQueryExecuter.createDatasource()JsonQLQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JsonQLQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JsonQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JsonQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) protected abstract TAbstractJsonQueryExecuter.getJsonDataInstance(InputStream jsonInputStream) protected abstract TAbstractJsonQueryExecuter.getJsonDataInstance(String jsonSource) protected JsonQLDataSourceJsonQLQueryExecuter.getJsonDataInstance(InputStream jsonInputStream) protected JsonQLDataSourceJsonQLQueryExecuter.getJsonDataInstance(String jsonSource) protected JsonDataSourceJsonQueryExecuter.getJsonDataInstance(InputStream jsonInputStream) protected JsonDataSourceJsonQueryExecuter.getJsonDataInstance(String jsonSource) -
Uses of JRException in net.sf.jasperreports.json.util
Methods in net.sf.jasperreports.json.util that throw JRExceptionModifier and TypeMethodDescriptionstatic booleanJsonUtil.evaluateJsonExpression(com.fasterxml.jackson.databind.JsonNode contextNode, String attributeExpression) static com.fasterxml.jackson.databind.JsonNodestatic com.fasterxml.jackson.databind.JsonNodeJsonUtil.parseJson(InputStream jsonStream) static com.fasterxml.jackson.databind.JsonNodeJsonUtil.parseJson(JasperReportsContext jasperReportsContext, String location) static com.fasterxml.jackson.databind.JsonNodeJsonUtil.parseJson(RepositoryContext repositoryContext, String location) DefaultJsonQLExecuter.selectNode(JRJsonNode contextNode, JRJsonNode rootNode, String expression) JsonQLExecuter.selectNode(JRJsonNode contextNode, JRJsonNode rootNode, String expression) DefaultJsonQLExecuter.selectNodes(JRJsonNode rootNode, String expression) JsonQLExecuter.selectNodes(JRJsonNode rootNode, String expression) -
Uses of JRException in net.sf.jasperreports.olap
Methods in net.sf.jasperreports.olap that throw JRExceptionModifier and TypeMethodDescriptionbooleanJRMondrianQueryExecuter.cancelQuery()booleanOlap4jMondrianQueryExecuter.cancelQuery()voidMondrianDataAdapterService.contributeParameters(Map<String, Object> parameters) voidXmlaDataAdapterService.contributeParameters(Map<String, Object> parameters) JRMondrianQueryExecuter.createDatasource()Olap4jMondrianQueryExecuter.createDatasource()JRMdxQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRMondrianQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) Olap4jMondrianQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) Olap4jQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JROlapDataSource.getFieldValue(JRField jrField) Convert the value of the data type of the FieldOlapQueryExecuterFactoryBundle.getQueryExecuterFactory(String language) booleanJROlapDataSource.next()voidXmlaDataAdapterService.test() -
Uses of JRException in net.sf.jasperreports.olap.xmla
Methods in net.sf.jasperreports.olap.xmla that throw JRExceptionModifier and TypeMethodDescriptionbooleanJRXmlaQueryExecuter.cancelQuery()booleanOlap4jXmlaQueryExecuter.cancelQuery()JRXmlaQueryExecuter.createDatasource()Olap4jXmlaQueryExecuter.createDatasource()JRXmlaQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) Olap4jXmlaQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) protected voidOlap4jXmlaQueryExecuter.handleCellErrors(org.olap4j.Cell currentCell) protected voidOlap4jXmlaQueryExecuter.parseCellDataElement(org.olap4j.CellSet result) protected voidOlap4jXmlaQueryExecuter.parseResult(org.olap4j.CellSet result) Parses the result into this class's structure -
Uses of JRException in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport that throw JRExceptionModifier and TypeMethodDescriptionvoidSubreportFillPart.PartBandParent.addPage(FillerPageAddedEvent pageAdded) voidStandardSubreportPartComponent.addParameter(JRSubreportParameter subreportParameter) protected JRBaseFillerSubreportFillPart.createBandSubfiller(PartPrintOutput output) protected BaseReportFillerSubreportFillPart.createPartSubfiller(PartPrintOutput output) protected BaseReportFillerSubreportFillPart.createSubreportFiller(PartPrintOutput output) voidSubreportFillPart.evaluate(byte evaluation) voidSubreportFillPart.fill(PartPrintOutput output) -
Uses of JRException in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf that throw JRExceptionModifier and TypeMethodDescriptionprotected voidJRPdfExporter.exportElements(Collection<JRPrintElement> elements) voidJRPdfExporter.exportFrame(JRPrintFrame frame) voidJRPdfExporter.exportImage(JRPrintImage printImage) protected voidJRPdfExporter.exportPage(JRPrintPage page) voidJRPdfExporter.exportReport()protected voidJRPdfExporter.exportReportToStream(OutputStream os) protected voidJRPdfExporter.setPageSize(JRPrintPage page) -
Uses of JRException in net.sf.jasperreports.pdf.classic
Methods in net.sf.jasperreports.pdf.classic that throw JRExceptionModifier and TypeMethodDescriptionClassicPdfProducer.clipImage(PdfImage image, int clipWidth, int clipHeight, int translateX, int translateY) ClassicPdfProducer.createImage(byte[] data, boolean verify) ClassicPdfProducer.createWriter(OutputStream os) ClassicPdfProducer.drawImage(JRPrintImage image, Graphics2DRenderable renderer, boolean forceSvgShapes, double renderWidth, double renderHeight) voidClassicPdfWriter.setEncryption(String userPassword, String ownerPassword, int permissions, boolean is128BitKey) -
Uses of JRException in net.sf.jasperreports.pdf.common
Methods in net.sf.jasperreports.pdf.common that return JRExceptionMethods in net.sf.jasperreports.pdf.common that throw JRExceptionModifier and TypeMethodDescriptionPdfProducer.clipImage(PdfImage image, int clipWidth, int clipHeight, int translateX, int translateY) PdfProducer.createImage(byte[] loadBytesFromResource, boolean verify) PdfProducer.createWriter(OutputStream os) PdfProducer.drawImage(JRPrintImage image, Graphics2DRenderable renderer, boolean forceSvgShapes, double renderWidth, double renderHeight) voidPdfDocumentWriter.setEncryption(String userPassword, String ownerPassword, int permissions, boolean is128BitKey) -
Uses of JRException in net.sf.jasperreports.pdf.view.save
Methods in net.sf.jasperreports.pdf.view.save that throw JRExceptionModifier and TypeMethodDescriptionvoidJRPdfSaveContributor.save(JasperPrint jasperPrint, File file) -
Uses of JRException in net.sf.jasperreports.poi.data
Methods in net.sf.jasperreports.poi.data that throw JRExceptionModifier and TypeMethodDescriptionvoidExcelDataAdapterService.contributeParameters(Map<String, Object> parameters) voidXlsDataAdapterService.contributeParameters(Map<String, Object> parameters) voidXlsxDataAdapterService.contributeParameters(Map<String, Object> parameters) ExcelDataSourceFactory.getDataSource(InputStream inputStream, boolean closeInputStream) AbstractPoiXlsDataSource.getFieldFormatPattern(JRField jrField) AbstractPoiXlsDataSource.getFieldValue(JRField jrField) AbstractPoiXlsDataSource.getStringFieldValue(JRField jrField) protected AbstractXlsDataSourceExcelDataAdapterService.getXlsDataSource()protected AbstractXlsDataSourceXlsDataAdapterService.getXlsDataSource()protected AbstractXlsDataSourceXlsxDataAdapterService.getXlsDataSource()booleanAbstractPoiXlsDataSource.next()Constructors in net.sf.jasperreports.poi.data that throw JRExceptionModifierConstructorDescriptionAbstractPoiXlsDataSource(File file) Creates a data source instance from an XLSX or XLS file.Creates a data source instance from an XLSX or XLS data input stream.AbstractPoiXlsDataSource(InputStream is, boolean closeInputStream) Creates a data source instance from an XLSX or XLS data input stream.AbstractPoiXlsDataSource(String location) AbstractPoiXlsDataSource(JasperReportsContext jasperReportsContext, String location) Creates a data source instance that reads XLSX or XLS data from a given location.AbstractPoiXlsDataSource(RepositoryContext context, String location) ExcelDataSource(File file) Creates a data source instance from an XLSX or XLS file with the default autodetect Excel format.ExcelDataSource(File file, ExcelFormatEnum format) Creates a data source instance from an XLSX or XLS file.Creates a data source instance from an XLSX or XLS data input stream with the default autodetect Excel format.ExcelDataSource(InputStream is, boolean closeInputStream, ExcelFormatEnum format) Creates a data source instance from an XLSX or XLS data input stream.ExcelDataSource(InputStream is, ExcelFormatEnum format) Creates a data source instance from an XLSX or XLS data input stream.ExcelDataSource(String location) ExcelDataSource(String location, ExcelFormatEnum format) ExcelDataSource(JasperReportsContext jasperReportsContext, String location) Creates a datasource instance that reads XLSX or XLS data from a given location.ExcelDataSource(JasperReportsContext jasperReportsContext, String location, ExcelFormatEnum format) Creates a datasource instance that reads XLSX or XLS data from a given location.ExcelDataSource(RepositoryContext repositoryContext, String location) ExcelDataSource(RepositoryContext context, String location, ExcelFormatEnum format) JRXlsxDataSource(File file) Deprecated.Creates a data source instance from an XLSX file.JRXlsxDataSource(InputStream inputStream) Deprecated.Creates a data source instance from an XLSX data input stream.JRXlsxDataSource(InputStream inputStream, boolean closeInputStream) Deprecated.Creates a data source instance from an XLSX data input stream.JRXlsxDataSource(String location) Deprecated.JRXlsxDataSource(JasperReportsContext jasperReportsContext, String location) Deprecated.Creates a data source instance that reads XLSX data from a given location.JRXlsxDataSource(RepositoryContext context, String location) Deprecated.XlsDataSource(File file) Deprecated.Creates a data source instance from an XLS file.XlsDataSource(InputStream inputStream) Deprecated.Creates a data source instance from an XLS data input stream.XlsDataSource(InputStream inputStream, boolean closeInputStream) Deprecated.Creates a data source instance from an XLS data input stream.XlsDataSource(String location) Deprecated.XlsDataSource(JasperReportsContext jasperReportsContext, String location) Deprecated.Creates a data source instance that reads XLS data from a given location.XlsDataSource(RepositoryContext context, String location) Deprecated. -
Uses of JRException in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export that throw JRExceptionModifier and TypeMethodDescriptionprotected voidJRXlsMetadataExporter.addBlankCell(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, Map<String, Object> cellValueMap, String currentColumnName) protected voidJRXlsMetadataExporter.addBlankElement(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, boolean repeatValue, String currentColumnName) protected voidJRXlsMetadataExporter.addCell(JRXlsMetadataExporter.CellSettings cellSettings, Map<String, Object> cellValueMap, String currentColumnName) protected voidJRXlsMetadataExporter.addTextElement(JRXlsMetadataExporter.CellSettings cellSettings, String textStr, boolean repeatValue, String currentColumnName) protected voidJRXlsExporter.closeWorkbook(OutputStream os) protected voidJRXlsMetadataExporter.closeWorkbook(OutputStream os) protected voidJRXlsExporter.createTextCell(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex, JRStyledText styledText, JRXlsExporter.StyleInfo baseStyle, short forecolor) protected voidJRXlsMetadataExporter.exportFrame(JRPrintFrame frame) protected voidJRXlsExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJRXlsMetadataExporter.exportGenericElement(JRGenericPrintElement element) voidJRXlsExporter.exportImage(JRPrintImage element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidJRXlsMetadataExporter.exportImage(JRPrintImage element) protected voidJRXlsMetadataExporter.exportLine(JRPrintLine line) protected voidJRXlsMetadataExporter.exportRectangle(JRPrintGraphicElement element) voidJRXlsExporter.exportText(JRPrintText textElement, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJRXlsMetadataExporter.exportText(JRPrintText textElement) protected voidJRXlsMetadataExporter.openWorkbook(OutputStream os) protected voidJRXlsMetadataExporter.setRowHeight(int rowIndex, int lastRowHeight, Cut yCut, XlsRowLevelInfo levelInfo) protected voidJRXlsMetadataExporter.writeCurrentRow(Map<String, Object> currentRow, Map<String, Object> repeatedValues) protected voidJRXlsMetadataExporter.writeReportHeader()Writes the header column names -
Uses of JRException in net.sf.jasperreports.poi.query
Methods in net.sf.jasperreports.poi.query that throw JRExceptionModifier and TypeMethodDescriptionExcelQueryExecuter.createDatasource()JRXlsxQueryExecuter.createDatasource()Deprecated.XlsQueryExecuter.createDatasource()Deprecated.static AbstractXlsDataSourceExcelQueryExecuter.createDataSource(String dataSourceFactoryClassName, InputStream inputStream, boolean closeInputStream) static AbstractXlsDataSourceExcelQueryExecuter.createDataSource(String dataSourceClassName, Class<?>[] constrParamTypes, Object[] constrParamValues) ExcelQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) ExcelQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) JRXlsxQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) Deprecated.JRXlsxQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) Deprecated.XlsQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) Deprecated.XlsQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) Deprecated.PoiQueryExecuterFactoryBundle.getQueryExecuterFactory(String language) -
Uses of JRException in net.sf.jasperreports.poi.view.save
Methods in net.sf.jasperreports.poi.view.save that throw JRExceptionModifier and TypeMethodDescriptionvoidJRMultipleSheetsXlsSaveContributor.save(JasperPrint jasperPrint, File file) voidJRSingleSheetXlsSaveContributor.save(JasperPrint jasperPrint, File file) -
Uses of JRException in net.sf.jasperreports.properties
Methods in net.sf.jasperreports.properties that throw JRExceptionModifier and TypeMethodDescriptionprotected StringPropertiesMetadataUtil.datasetQueryQualification(JRDataset dataset) PropertiesMetadataUtil.getQueryExecuterFieldProperties(String queryLanguage) PropertiesMetadataUtil.getScriptletProperties(String scriptletClassName) protected StringPropertiesMetadataUtil.queryExecuterQualification(String queryLanguage) -
Uses of JRException in net.sf.jasperreports.renderers
Methods in net.sf.jasperreports.renderers that throw JRExceptionModifier and TypeMethodDescriptionbyte[]AbstractRenderToImageDataRenderer.getData(JasperReportsContext jasperReportsContext) byte[]DataRenderable.getData(JasperReportsContext jasperReportsContext) byte[]SimpleDataRenderer.getData(JasperReportsContext jasperReportsContext) byte[]SimpleRenderToImageAwareDataRenderer.getData(JasperReportsContext jasperReportsContext) byte[]WrappingImageDataToGraphics2DRenderer.getData(JasperReportsContext jasperReportsContext) byte[]WrappingSvgDataToGraphics2DRenderer.getData(JasperReportsContext jasperReportsContext) AbstractRenderToImageDataRenderer.getDimension(JasperReportsContext jasperReportsContext) DimensionRenderable.getDimension(JasperReportsContext jasperReportsContext) WrappingImageDataToGraphics2DRenderer.getDimension(JasperReportsContext jasperReportsContext) RenderersCache.getDimensionRenderable(Renderable renderer) RenderersCache.getGraphics2DRenderable(Renderable renderer) protected ImageWrappingImageDataToGraphics2DRenderer.getImage(JasperReportsContext jasperReportsContext) AbstractSvgDataToGraphics2DRenderer.getImageAreaHyperlinks(Rectangle2D renderingArea) AreaHyperlinksRenderable.getImageAreaHyperlinks(Rectangle2D renderingArea) Returns the list ofimage map areas.SimpleDataRenderer.getImageAreaHyperlinks(Rectangle2D renderingArea) SimpleRenderToImageAwareDataRenderer.getImageAreaHyperlinks(Rectangle2D renderingArea) WrappingSvgDataToGraphics2DRenderer.getImageAreaHyperlinks(Rectangle2D renderingArea) RenderersCache.getLoadedRenderer(ResourceRenderer resourceRenderer) protected org.apache.batik.gvt.GraphicsNodeAbstractSvgDataToGraphics2DRenderer.getRootNode(JasperReportsContext jasperReportsContext) protected abstract org.w3c.dom.svg.SVGDocumentAbstractSvgDataToGraphics2DRenderer.getSvgDocument(JasperReportsContext jasperReportsContext, org.apache.batik.dom.svg.SVGDocumentFactory documentFactory) protected org.w3c.dom.svg.SVGDocumentWrappingSvgDataToGraphics2DRenderer.getSvgDocument(JasperReportsContext jasperReportsContext, org.apache.batik.dom.svg.SVGDocumentFactory documentFactory) RenderersCache.getWrappingRenderable(String rendererId, DataRenderable dataRenderer) voidAbstractSvgDataToGraphics2DRenderer.render(JasperReportsContext jasperReportsContext, Graphics2D grx, Rectangle2D rectangle) voidGraphics2DRenderable.render(JasperReportsContext jasperReportsContext, Graphics2D grx, Rectangle2D rectangle) voidWrappingImageDataToGraphics2DRenderer.render(JasperReportsContext jasperReportsContext, Graphics2D grx, Rectangle2D rectangle) voidWrappingRenderToImageDataRenderer.render(JasperReportsContext jasperReportsContext, Graphics2D grx, Rectangle2D rectangle) Constructors in net.sf.jasperreports.renderers that throw JRException -
Uses of JRException in net.sf.jasperreports.renderers.util
Methods in net.sf.jasperreports.renderers.util with parameters of type JRExceptionModifier and TypeMethodDescriptionRendererUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRException e) Methods in net.sf.jasperreports.renderers.util that throw JRExceptionModifier and TypeMethodDescriptionRendererUtil.getDataRenderable(Renderable renderer, Dimension dimension, Color backcolor) RendererUtil.getImageDataRenderable(RenderersCache renderersCache, Renderable renderer, Dimension dimension, Color backcolor) RendererUtil.getNonLazyRenderable(String resourceLocation, OnErrorTypeEnum onErrorType) RendererUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRException e) RendererUtil.getRenderable(Image image, ImageTypeEnum imageType, OnErrorTypeEnum onErrorType) Creates and returns an instance of the JRImageRenderer class after encoding the image object using an image encoder that supports the supplied image type.RendererUtil.getRenderable(Image img, OnErrorTypeEnum onErrorType) RendererUtil.getRenderable(File file, OnErrorTypeEnum onErrorType) RendererUtil.getRenderable(InputStream is, OnErrorTypeEnum onErrorType) RendererUtil.getRenderable(URL url, OnErrorTypeEnum onErrorType) RendererUtil.handleImageError(Exception error, OnErrorTypeEnum onErrorType) booleanRendererUtil.isSvgData(DataRenderable dataRenderable) -
Uses of JRException in net.sf.jasperreports.repo
Methods in net.sf.jasperreports.repo that throw JRExceptionModifier and TypeMethodDescriptionDefaultReportCompiler.compile(JasperDesign design) ReportCompiler.compile(JasperDesign design) byte[]RepositoryUtil.getBytesFromLocation(String location) RepositoryUtil.getInputStreamFromLocation(String location) RepositoryUtil.getReport(ReportContext reportContext, String location) <K extends Resource>
KRepositoryUtil.getResourceFromLocation(String location, Class<K> resourceType) -
Uses of JRException in net.sf.jasperreports.swing
Methods in net.sf.jasperreports.swing that throw JRExceptionModifier and TypeMethodDescriptionprotected JRGraphics2DExporterJRDesignViewerPanel.getGraphics2DExporter()protected JRGraphics2DExporterJRViewerPanel.getGraphics2DExporter()voidJRViewerController.loadReport(InputStream is, boolean isXmlReport) voidJRViewerController.loadReport(String fileName, boolean isXmlReport) protected voidJRDesignViewerController.setReport(InputStream is, boolean isXmlReport) protected voidprotected voidJRViewerController.setReport(InputStream is, boolean isXmlReport) protected voidConstructors in net.sf.jasperreports.swing that throw JRExceptionModifierConstructorDescriptionJRDesignViewer(InputStream is, boolean isXML) JRDesignViewer(String fileName, boolean isXML) JRDesignViewer(JasperReportsContext jasperReportsContext, InputStream is, boolean isXML) JRDesignViewer(JasperReportsContext jasperReportsContext, String fileName, boolean isXML) JRDesignViewer(JasperReportsContext jasperReportsContext, JRReport report) JRDesignViewer(JRReport report) JRViewer(InputStream is, boolean isXML) JRViewer(InputStream is, boolean isXML, Locale locale) JRViewer(InputStream is, boolean isXML, Locale locale, ResourceBundle resBundle) JRViewer(String fileName, boolean isXML, Locale locale, ResourceBundle resBundle) JRViewer(JasperReportsContext jasperReportsContext, InputStream is, boolean isXML, Locale locale, ResourceBundle resBundle) JRViewer(JasperReportsContext jasperReportsContext, String fileName, boolean isXML, Locale locale, ResourceBundle resBundle) -
Uses of JRException in net.sf.jasperreports.view
Methods in net.sf.jasperreports.view that throw JRExceptionModifier and TypeMethodDescriptionvoidJRHyperlinkListener.gotoHyperlink(JRPrintHyperlink hyperlink) abstract voidJRSaveContributor.save(JasperPrint jasperPrint, File file) static voidJasperViewer.viewReport(InputStream is, boolean isXMLFile) static voidJasperViewer.viewReport(InputStream is, boolean isXMLFile, boolean isExitOnClose) static voidJasperViewer.viewReport(InputStream is, boolean isXMLFile, boolean isExitOnClose, Locale locale) static voidJasperViewer.viewReport(String sourceFile, boolean isXMLFile) static voidJasperViewer.viewReport(String sourceFile, boolean isXMLFile, boolean isExitOnClose) static voidJasperViewer.viewReport(String sourceFile, boolean isXMLFile, boolean isExitOnClose, Locale locale) static voidJasperViewer.viewReport(JasperReportsContext jasperReportsContext, InputStream is, boolean isXMLFile, boolean isExitOnClose) static voidJasperViewer.viewReport(JasperReportsContext jasperReportsContext, InputStream is, boolean isXMLFile, boolean isExitOnClose, Locale locale, ResourceBundle resBundle) static voidJasperViewer.viewReport(JasperReportsContext jasperReportsContext, String sourceFile, boolean isXMLFile, boolean isExitOnClose) static voidJasperViewer.viewReport(JasperReportsContext jasperReportsContext, String sourceFile, boolean isXMLFile, boolean isExitOnClose, Locale locale, ResourceBundle resBundle) static voidJasperDesignViewer.viewReportDesign(InputStream is, boolean isXML) static voidJasperDesignViewer.viewReportDesign(String sourceFile, boolean isXML) static voidJasperDesignViewer.viewReportDesign(JasperReportsContext jasperReportsContext, InputStream is, boolean isXML) static voidJasperDesignViewer.viewReportDesign(JasperReportsContext jasperReportsContext, String sourceFile, boolean isXML) static voidJasperDesignViewer.viewReportDesign(JasperReportsContext jasperReportsContext, JRReport report) static voidJasperDesignViewer.viewReportDesign(JRReport report) Constructors in net.sf.jasperreports.view that throw JRExceptionModifierConstructorDescriptionJasperDesignViewer(InputStream is, boolean isXML) JasperDesignViewer(String sourceFile, boolean isXML) JasperDesignViewer(JasperReportsContext jasperReportsContext, InputStream is, boolean isXML) JasperDesignViewer(JasperReportsContext jasperReportsContext, String sourceFile, boolean isXML) JasperDesignViewer(JasperReportsContext jasperReportsContext, JRReport report) JasperDesignViewer(JRReport report) JasperViewer(InputStream is, boolean isXMLFile) JasperViewer(InputStream is, boolean isXMLFile, boolean isExitOnClose) JasperViewer(InputStream is, boolean isXMLFile, boolean isExitOnClose, Locale locale) JasperViewer(String sourceFile, boolean isXMLFile) JasperViewer(String sourceFile, boolean isXMLFile, boolean isExitOnClose) JasperViewer(String sourceFile, boolean isXMLFile, boolean isExitOnClose, Locale locale) JasperViewer(JasperReportsContext jasperReportsContext, InputStream is, boolean isXMLFile, boolean isExitOnClose) JasperViewer(JasperReportsContext jasperReportsContext, InputStream is, boolean isXMLFile, boolean isExitOnClose, Locale locale, ResourceBundle resBundle) JasperViewer(JasperReportsContext jasperReportsContext, String sourceFile, boolean isXMLFile, boolean isExitOnClose) JasperViewer(JasperReportsContext jasperReportsContext, String sourceFile, boolean isXMLFile, boolean isExitOnClose, Locale locale, ResourceBundle resBundle) -
Uses of JRException in net.sf.jasperreports.view.save
Methods in net.sf.jasperreports.view.save that throw JRExceptionModifier and TypeMethodDescriptionvoidJRCsvSaveContributor.save(JasperPrint jasperPrint, File file) voidJRDocxSaveContributor.save(JasperPrint jasperPrint, File file) voidJREmbeddedImagesXmlSaveContributor.save(JasperPrint jasperPrint, File file) voidJRHtmlSaveContributor.save(JasperPrint jasperPrint, File file) voidJRMultipleSheetsXlsxSaveContributor.save(JasperPrint jasperPrint, File file) voidJROdsSaveContributor.save(JasperPrint jasperPrint, File file) voidJROdtSaveContributor.save(JasperPrint jasperPrint, File file) voidJRPptxSaveContributor.save(JasperPrint jasperPrint, File file) voidJRPrintSaveContributor.save(JasperPrint jasperPrint, File file) voidJRRtfSaveContributor.save(JasperPrint jasperPrint, File file) voidJRSingleSheetXlsxSaveContributor.save(JasperPrint jasperPrint, File file) voidJRXmlSaveContributor.save(JasperPrint jasperPrint, File file) -
Uses of JRException in net.sf.jasperreports.web
Subclasses of JRException in net.sf.jasperreports.web -
Uses of JRException in net.sf.jasperreports.xalan.data
Methods in net.sf.jasperreports.xalan.data that throw JRExceptionModifier and TypeMethodDescriptionprotected voidXalanXmlDataSource.checkMoveFirst()XalanXmlDataSource.dataSource(String selectExpr) XalanXmlDataSource.getSelectObject(Node currentNode, String expression) voidXalanXmlDataSource.moveFirst()voidXalanXmlDataSource.moveToRecord(int index) booleanXalanXmlDataSource.next()intXalanXmlDataSource.recordCount()voidXalanXmlDataSource.setXmlNamespaceMap(Map<String, String> xmlNamespaceMap) XalanXmlDataSource.subDataSource(String selectExpr) XalanXmlDataSource.subDocument()Constructors in net.sf.jasperreports.xalan.data that throw JRExceptionModifierConstructorDescriptionXalanXmlDataSource(File file) Creates the data source by parsing the xml document from the given file.XalanXmlDataSource(File file, String selectExpression) Creates the data source by parsing the xml document from the given file.Creates the data source by parsing the xml document from the given input stream.XalanXmlDataSource(InputStream in, String selectExpression) Creates the data source by parsing the xml document from the given input stream.XalanXmlDataSource(String uri) Creates the data source by parsing the xml document from the given system identifier (URI).XalanXmlDataSource(String uri, String selectExpression) Creates the data source by parsing the xml document from the given system identifier (URI).XalanXmlDataSource(Document document) Creates the data source by parsing the xml document from the given file.XalanXmlDataSource(Document document, String selectExpression) Creates the data source by parsing the xml document from the given file. -
Uses of JRException in net.sf.jasperreports.xalan.query
Methods in net.sf.jasperreports.xalan.query that throw JRExceptionModifier and TypeMethodDescriptionbooleanXalanXPathQueryExecuter.cancelQuery()XalanXPathQueryExecuter.createDatasource()XalanXPathQueryExecuterFactory.createQueryExecuter(JasperReportsContext jasperReportsContext, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) XalanXPathQueryExecuterFactory.createQueryExecuter(QueryExecutionContext context, JRDataset dataset, Map<String, ? extends JRValueParameter> parameters) -
Uses of JRException in net.sf.jasperreports.xalan.util
Methods in net.sf.jasperreports.xalan.util that throw JRExceptionModifier and TypeMethodDescriptionprotected voidXalanNsAwareXPathExecuter.createNamespaceElement(Node contextNode, String expression) XalanNsAwareXPathExecuter.extractXmlNamespaces(Node contextNode) XalanNsAwareXPathExecuter.selectNodeList(Node contextNode, String expression) XalanXPathExecuter.selectNodeList(Node contextNode, String expression) XalanNsAwareXPathExecuter.selectObject(Node contextNode, String expression) XalanXPathExecuter.selectObject(Node contextNode, String expression) voidXalanNsAwareXPathExecuter.setXmlNamespaceMap(Map<String, String> xmlNamespaceMap)