Package org.pentaho.di.core.exception

This package contains a set of Exceptions used in Kettle.

See:
          Description

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

Package org.pentaho.di.core.exception Description

This package contains a set of Exceptions used in Kettle.