Uses of Class
net.sf.jasperreports.engine.JRRuntimeException
Packages that use JRRuntimeException
Package
Description
Contains classes for report compiling and expressions evaluating.
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.
Contains utility classes for the core library.
Contains utility classes for working with image renderers.
Provides the built-in
DateRange
type implementation.Provides JasperReports support for web applications.
-
Uses of JRRuntimeException in net.sf.jasperreports.compilers
Methods in net.sf.jasperreports.compilers that throw JRRuntimeException -
Uses of JRRuntimeException in net.sf.jasperreports.engine.fill
Subclasses of JRRuntimeException in net.sf.jasperreports.engine.fillMethods in net.sf.jasperreports.engine.fill that throw JRRuntimeExceptionModifier and TypeMethodDescriptionprotected String
JREvaluator.handleMissingResource
(String key, Exception e) Handles the case when a resource is missing.protected final void
JRAbstractLRUVirtualizer.readData
(JRVirtualizable o, InputStream in) Reads serialized identity and virtual data for a virtualizable object from a stream.protected final 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 -
Uses of JRRuntimeException in net.sf.jasperreports.engine.util
Subclasses of JRRuntimeException in net.sf.jasperreports.engine.utilModifier and TypeClassDescriptionclass
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 JRRuntimeExceptionModifier and TypeMethodDescriptionvoid
ClassLoaderFilter.checkClassVisibility
(String className) protected Class
<?> -
Uses of JRRuntimeException in net.sf.jasperreports.jackson.util
Subclasses of JRRuntimeException in net.sf.jasperreports.jackson.util -
Uses of JRRuntimeException in net.sf.jasperreports.pdf.classic
Subclasses of JRRuntimeException in net.sf.jasperreports.pdf.classicModifier and TypeClassDescriptionclass
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.utilModifier and TypeClassDescriptionclass
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 JRRuntimeExceptionModifier and TypeMethodDescriptionRendererUtil.getOnErrorRenderer
(OnErrorTypeEnum onErrorType, JRRuntimeException e) Methods in net.sf.jasperreports.renderers.util that throw JRRuntimeExceptionModifier and TypeMethodDescriptionRendererUtil.getOnErrorRenderer
(OnErrorTypeEnum onErrorType, JRRuntimeException e) -
Uses of JRRuntimeException in net.sf.jasperreports.types.date
Subclasses of JRRuntimeException in net.sf.jasperreports.types.dateModifier and TypeClassDescriptionclass
Indicates that expression for date rang was invalid -
Uses of JRRuntimeException in net.sf.jasperreports.web
Subclasses of JRRuntimeException in net.sf.jasperreports.web