Uses of Class
org.pentaho.di.core.exception.KettleException

Packages that use KettleException
org.pentaho.di.core   
org.pentaho.di.core.exception This package contains a set of Exceptions used in Kettle. 
org.pentaho.di.core.geospatial   
org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. 
org.pentaho.di.core.parameters   
org.pentaho.di.core.xml   
org.pentaho.di.shared   
 

Uses of KettleException in org.pentaho.di.core
 

Methods in org.pentaho.di.core that throw KettleException
static ClassLoader Const.createNewClassLoader()
           
 

Uses of KettleException in org.pentaho.di.core.exception
 

Subclasses of KettleException in org.pentaho.di.core.exception
 class KettleConfigException
           
 class KettleDatabaseBatchException
          This exception is used by the Database class.
 class KettleDatabaseException
          This exception is used by the Database class.
 class KettleDependencyException
          This exception is used by the Database class.
 class KettleEOFException
          This is an exception thrown by file handling (I/O)
 class KettleFileException
          This is an exception thrown by file handling (I/O) when an End Of File marker has been reached.
 class KettleJobException
          This exception is used when handling Jobs.
 class KettleRowException
          This exception is used in row manipulations
 class KettleStepException
          This Exception is used when handling steps.
 class KettleStepLoaderException
          This Exception is throws when an error occurs loading the steps.
 class KettleTransException
          This exception is used in transformations.
 class KettleValueException
          This exception is used in value calculations.
 class KettleXMLException
          This exception is throws when and error is found in an XML snippet.
 

Uses of KettleException in org.pentaho.di.core.geospatial
 

Methods in org.pentaho.di.core.geospatial that throw KettleException
 void GMLWriter.createFeatureType(RowMetaInterface fields, Object[] firstRow, URL url)
           
 void GeotoolsWriter.createSimpleFeatureType(RowMetaInterface fields, Object[] firstRow, URL url)
           
 RowMetaInterface GeotoolsReader.getFields()
           
 RowMetaInterface GMLReader.getFields()
           
 RowMetaInterface KMLReader.getFields()
           
 Object[] GeotoolsReader.getRow(Object[] r)
           
 Object[] GMLReader.getRow(Object[] r)
           
 Object[] KMLReader.getRow(Object[] r)
           
 Object[] GeotoolsReader.getRow(RowMetaInterface fields)
           
 Object[] GMLReader.getRow(RowMetaInterface fields)
           
 Object[] KMLReader.getRow(RowMetaInterface fields)
           
 void GeotoolsWriter.open()
           
 void KMLWriter.open()
           
 void GeotoolsReader.open()
           
 void GMLWriter.open()
           
 void KMLReader.open()
           
 void GeotoolsWriter.putRow(Object[] r)
           
 void GMLWriter.putRow(Object[] r)
           
 com.vividsolutions.jts.geom.Geometry[] KMLReader.recolterGeometryJTS(de.micromata.opengis.kml.v_2_2_0.Kml kml)
           
 void KMLWriter.visionTable(RowMetaInterface fields)
           
 void GeotoolsWriter.write()
           
 void KMLWriter.write()
           
 void GMLWriter.write()
           
 

Constructors in org.pentaho.di.core.geospatial that throw KettleException
SRS(String authority, String srid, String description, boolean is_custom, String wkt)
          Helper constructor for SRSFactory
 

Uses of KettleException in org.pentaho.di.core.logging
 

Methods in org.pentaho.di.core.logging that throw KettleException
static LogWriter LogWriter.getInstance(String filename, boolean exact, int level)
          Get a new log instance for the specified file if it is not open yet!
 

Uses of KettleException in org.pentaho.di.core.parameters
 

Subclasses of KettleException in org.pentaho.di.core.parameters
 class DuplicateParamException
          This is a PDI Exception for the named parameters.
 class NamedParamsException
          This is a PDI Exception for the named parameters.
 class UnknownParamException
          This is a PDI Exception for the named parameters.
 

Uses of KettleException in org.pentaho.di.core.xml
 

Methods in org.pentaho.di.core.xml that throw KettleException
 String XMLInterface.getXML()
           
 

Uses of KettleException in org.pentaho.di.shared
 

Methods in org.pentaho.di.shared that throw KettleException
 String SharedObjectInterface.getXML()