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.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.jackson.util net.sf.jasperreports.pdf.classic net.sf.jasperreports.pdf.util net.sf.jasperreports.renderers.util Contains utility classes for working with image renderers.net.sf.jasperreports.types.date Provides the built-inDateRange
type implementation.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 void
ReportClassFilter. checkClassVisibility(String className)
-
Uses of JRRuntimeException in net.sf.jasperreports.engine.fill
Subclasses of JRRuntimeException in net.sf.jasperreports.engine.fill Modifier and Type Class Description class
JRFillInterruptedException
Methods in net.sf.jasperreports.engine.fill that throw JRRuntimeException Modifier and Type Method Description protected String
JREvaluator. handleMissingResource(String key, Exception e)
Handles the case when a resource is missing.protected void
JRAbstractLRUVirtualizer. readData(JRVirtualizable o, InputStream in)
Reads serialized identity and virtual data for a virtualizable object from a stream.protected void
JRAbstractLRUVirtualizer. writeData(JRVirtualizable o, 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 class
InvalidFontException
-
Uses of JRRuntimeException in net.sf.jasperreports.engine.util
Subclasses of JRRuntimeException in net.sf.jasperreports.engine.util Modifier and Type Class Description class
JRFontNotFoundException
Exception raised when a font name used as value for thefontName
attribute 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.Methods in net.sf.jasperreports.engine.util that throw JRRuntimeException Modifier and Type Method Description void
ClassLoaderFilter. checkClassVisibility(String className)
protected Class<?>
JRClassLoader. loadClass(String name, boolean resolve)
-
Uses of JRRuntimeException in net.sf.jasperreports.jackson.util
Subclasses of JRRuntimeException in net.sf.jasperreports.jackson.util Modifier and Type Class Description class
JacksonRuntimeException
-
Uses of JRRuntimeException in net.sf.jasperreports.pdf.classic
Subclasses of JRRuntimeException in net.sf.jasperreports.pdf.classic Modifier and Type Class Description class
PatchedPdfLibraryUnavailableException
No longer used, OpenPDF 1.3.32 supports disabling glyph substitution. -
Uses of JRRuntimeException in net.sf.jasperreports.pdf.util
Subclasses of JRRuntimeException in net.sf.jasperreports.pdf.util Modifier and Type Class Description class
JRPdfaIccProfileNotFoundException
Exception raised when an ICC profile is not available to the JVM. -
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 Renderable
RendererUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)
Methods in net.sf.jasperreports.renderers.util that throw JRRuntimeException Modifier and Type Method Description Renderable
RendererUtil. 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 class
InvalidDateRangeExpressionException
Indicates that expression for date rang was invalid -
Uses of JRRuntimeException in net.sf.jasperreports.web
Subclasses of JRRuntimeException in net.sf.jasperreports.web Modifier and Type Class Description class
JRInteractiveRuntimeException
-