|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |