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

Packages that use KettleTransException
org.pentaho.di.core.exception This package contains a set of Exceptions used in Kettle. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

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

Subclasses of KettleTransException in org.pentaho.di.core.exception
 class KettleStepException
          This Exception is used when handling steps.
 

Uses of KettleTransException in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that throw KettleTransException
 void Trans.beginProcessing()
          Begin processing.
 void Trans.calculateBatchIdAndDateRange()
          Calculate the batch id and date range for the transformation.