Uses of Class
net.sf.jasperreports.jsf.engine.SourceException

Packages that use SourceException
net.sf.jasperreports.jsf.engine.converters   
 

Uses of SourceException in net.sf.jasperreports.jsf.engine.converters
 

Subclasses of SourceException in net.sf.jasperreports.jsf.engine.converters
 class DatabaseSourceException
          Exception thrown when a database source converter throws any database related exception.
 class InvalidDatabaseDriverException
          Exception to inform that the user has specified an valid class name as the database driver.
 class NullDataSourceException
           
 class QueryExecutionException
          Exception thrown when any database related error happens in the moment of obtaing the results of the specified query.
 class UnpreparedStatementException
          Exception thrown when the database converter can not prepare the query statement.
 

Methods in net.sf.jasperreports.jsf.engine.converters that throw SourceException
protected  Source XmlSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source XlsSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source SourceConverterBase.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source DatabaseSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
 Source BeanSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  ResultSet DatabaseSourceConverter.executeQuery(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Connection conn, String query)
          Execute query.
protected  Connection JndiSourceConverter.getConnection(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  Connection JdbcSourceConverter.getConnection(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected abstract  Connection DatabaseSourceConverter.getConnection(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 



Copyright © 2011 SourceForge.net. All Rights Reserved.