Uses of Class
net.sf.jasperreports.engine.JRRuntimeException
-
Packages that use JRRuntimeException Package Description net.sf.jasperreports.compilers Contains classes for report compiling and expressions evaluating.net.sf.jasperreports.engine 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.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.fonts Provides support for font extensions.net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.export.pdf.classic net.sf.jasperreports.renderers.util Contains utility classes for working with image renderers.net.sf.jasperreports.types.date Provides the built-inDateRangetype implementation.net.sf.jasperreports.util Contains utility classes.net.sf.jasperreports.web Provides JasperReports support for web applications. -
-
Uses of JRRuntimeException in net.sf.jasperreports.compilers
Methods in net.sf.jasperreports.compilers that throw JRRuntimeException Modifier and Type Method Description voidReportClassFilter. checkClassVisibility(java.lang.String className) -
Uses of JRRuntimeException in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRRuntimeException Modifier and Type Method Description static JRImageRendererJRImageRenderer. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)Deprecated.RenderableRenderableUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)Deprecated.Methods in net.sf.jasperreports.engine that throw JRRuntimeException Modifier and Type Method Description static JRImageRendererJRImageRenderer. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)Deprecated.RenderableRenderableUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)Deprecated. -
Uses of JRRuntimeException in net.sf.jasperreports.engine.fill
Subclasses of JRRuntimeException in net.sf.jasperreports.engine.fill Modifier and Type Class Description classJRFillInterruptedExceptionMethods in net.sf.jasperreports.engine.fill that throw JRRuntimeException Modifier and Type Method Description protected java.lang.StringJREvaluator. handleMissingResource(java.lang.String key, java.lang.Exception e)Handles the case when a resource is missing.protected voidJRAbstractLRUVirtualizer. readData(JRVirtualizable o, java.io.InputStream in)Reads serialized identity and virtual data for a virtualizable object from a stream.protected voidJRAbstractLRUVirtualizer. writeData(JRVirtualizable o, java.io.OutputStream out)Writes serialized indentity and virtual data of a virtualizable object to a stream. -
Uses of JRRuntimeException in net.sf.jasperreports.engine.fonts
Subclasses of JRRuntimeException in net.sf.jasperreports.engine.fonts Modifier and Type Class Description classInvalidFontException -
Uses of JRRuntimeException in net.sf.jasperreports.engine.util
Subclasses of JRRuntimeException in net.sf.jasperreports.engine.util Modifier and Type Class Description classJRFontNotFoundExceptionException raised when a font name used as value for thefontNameattribute in the report template, is not found in any of the runtime available JasperReports font extensions, nor among the font names available to the Java Virtual Machine.classJRPdfaIccProfileNotFoundExceptionException raised when an ICC profile is not available to the JVM.Methods in net.sf.jasperreports.engine.util that throw JRRuntimeException Modifier and Type Method Description voidClassLoaderFilter. checkClassVisibility(java.lang.String className)protected java.lang.Class<?>JRClassLoader. loadClass(java.lang.String name, boolean resolve) -
Uses of JRRuntimeException in net.sf.jasperreports.export.pdf.classic
Subclasses of JRRuntimeException in net.sf.jasperreports.export.pdf.classic Modifier and Type Class Description classPatchedPdfLibraryUnavailableExceptionException raised when Apache FOP based glyph substitution is disabled, but the patched version OpenPDF library has not been detected. -
Uses of JRRuntimeException in net.sf.jasperreports.renderers.util
Methods in net.sf.jasperreports.renderers.util with parameters of type JRRuntimeException Modifier and Type Method Description RenderableRendererUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)Methods in net.sf.jasperreports.renderers.util that throw JRRuntimeException Modifier and Type Method Description RenderableRendererUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e) -
Uses of JRRuntimeException in net.sf.jasperreports.types.date
Subclasses of JRRuntimeException in net.sf.jasperreports.types.date Modifier and Type Class Description classInvalidDateRangeExpressionExceptionIndicates that expression for date rang was invalid -
Uses of JRRuntimeException in net.sf.jasperreports.util
Subclasses of JRRuntimeException in net.sf.jasperreports.util Modifier and Type Class Description classJacksonRuntimException -
Uses of JRRuntimeException in net.sf.jasperreports.web
Subclasses of JRRuntimeException in net.sf.jasperreports.web Modifier and Type Class Description classJRInteractiveRuntimeException
-