See: Description
Class | Description |
---|
Exception | Description |
---|---|
JobStoppedException |
This exception is used when handling stopped jobs during blocking operations.
|
KettleAuthException |
This exception is used by implementations of the Repository API to designate an authentication error.
|
KettleConfigException | |
KettleConversionException | |
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.
|
KettleMissingPluginsException |
This Exception is throws when an error occurs loading plugins.
|
KettleNotUsedException | |
KettleObjectExistsException | |
KettlePluginException |
This exception is thrown in case there is an error in the Kettle plugin loader
|
KettlePluginLoaderException |
This Exception is throws when an error occurs loading plugins.
|
KettlePluginNotFoundException |
This exception is thrown in case there is an error in the Kettle plugin loader
|
KettleRepositoryNotSupportedException |
This exception is used when a repository type is not recognized
|
KettleRowException |
This exception is used in row manipulations
|
KettleSecurityException |
This exception is used by the Database class.
|
KettleSQLException |
This is an exception thrown during parsing of SQL by Kettle.
|
KettleStepException |
This Exception is used when handling 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.
|