Uses of Class
org.pentaho.platform.api.engine.PentahoSystemException

Packages that use PentahoSystemException
org.pentaho.platform.plugin.services.connections.sql   
org.pentaho.platform.web.servlet   
 

Uses of PentahoSystemException in org.pentaho.platform.plugin.services.connections.sql
 

Methods in org.pentaho.platform.plugin.services.connections.sql that throw PentahoSystemException
 org.pentaho.commons.connection.IPentahoResultSet SQLConnection.executeQuery(String query)
          Executes the specified query.
 org.pentaho.commons.connection.IPentahoResultSet SQLConnection.executeQuery(String query, int scrollType, int concur)
          Executes the specified query with the defined parameters
 

Uses of PentahoSystemException in org.pentaho.platform.web.servlet
 

Methods in org.pentaho.platform.web.servlet that throw PentahoSystemException
 String AnalysisViewService.generateXAction(IPentahoSession session, String title, String description, String model, String jndi, String jdbc, String cube)
           
 org.pentaho.actionsequence.dom.ActionSequenceDocument AnalysisViewService.loadAnalysisViewTemplate(IPentahoSession session)
          on pentaho system startup, load the mondrian.properties file from system/mondrian/mondrian.properties
 void AnalysisViewService.saveXAction(IPentahoSession session, IParameterProvider parameterProvider, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean wrapWithSoap)