|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRRuntimeException | |
---|---|
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.util | Utility classes. |
Uses of JRRuntimeException in net.sf.jasperreports.engine.fill |
---|
Methods in net.sf.jasperreports.engine.fill that throw JRRuntimeException | |
---|---|
protected java.lang.String |
JREvaluator.handleMissingResource(java.lang.String key,
java.lang.Exception e)
Handles the case when a resource is missing. |
protected void |
JRAbstractLRUVirtualizer.readData(JRVirtualizable o,
java.io.InputStream in)
Reads serialized identity and virtual data for a virtualizable object from a stream. |
protected void |
JRAbstractLRUVirtualizer.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.util |
---|
Subclasses of JRRuntimeException in net.sf.jasperreports.engine.util | |
---|---|
class |
JRFontNotFoundException
Exception raised when a font name used as value for the fontName 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. |
class |
JRPdfaIccProfileNotFoundException
Exception raised when an ICC profile is not available to the JVM. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |