Uses of Class
net.sf.jasperreports.engine.JRRuntimeException

Packages that use JRRuntimeException
net.sf.jasperreports.engine Provides access to the library's main functionality through façade 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.util Utility classes. 
net.sf.jasperreports.web   
 

Uses of JRRuntimeException in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine with parameters of type JRRuntimeException
static JRImageRenderer JRImageRenderer.getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)
           
 Renderable RenderableUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)
           
 

Methods in net.sf.jasperreports.engine that throw JRRuntimeException
static JRImageRenderer JRImageRenderer.getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)
           
 Renderable RenderableUtil.getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)
           
 

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.
 

Uses of JRRuntimeException in net.sf.jasperreports.web
 

Subclasses of JRRuntimeException in net.sf.jasperreports.web
 class JRInteractiveRuntimeException
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com