Uses of Class
org.pentaho.di.core.exception.KettleException
-
Packages that use KettleException Package Description org.pentaho.di.connections org.pentaho.di.connections.vfs org.pentaho.di.core org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)org.pentaho.di.core.encryption org.pentaho.di.core.exception This package contains a set of Exceptions used in Kettle.org.pentaho.di.core.extension 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.plugins org.pentaho.di.core.row org.pentaho.di.core.row.value org.pentaho.di.core.util org.pentaho.di.core.xml org.pentaho.di.repository org.pentaho.di.shared -
-
Uses of KettleException in org.pentaho.di.connections
Methods in org.pentaho.di.connections that throw KettleException Modifier and Type Method Description T
ConnectionProvider. prepare(T connectionDetails)
<T extends ConnectionDetails>
booleanConnectionManager. test(T connectionDetails)
Run a test operation on the named connectionboolean
ConnectionProvider. test(T connectionDetails)
-
Uses of KettleException in org.pentaho.di.connections.vfs
Methods in org.pentaho.di.connections.vfs that throw KettleException Modifier and Type Method Description T
BaseVFSConnectionProvider. prepare(T connectionDetails)
-
Uses of KettleException in org.pentaho.di.core
Methods in org.pentaho.di.core that throw KettleException Modifier and Type Method Description static ClassLoader
Const. createNewClassLoader()
static void
KettleClientEnvironment. init()
static void
KettleClientEnvironment. init(List<PluginTypeInterface> pluginsToLoad)
static void
JndiUtil. initJNDI()
Constructors in org.pentaho.di.core that throw KettleException Constructor Description Result(Node node)
Instantiates a new Result object from a DOM node -
Uses of KettleException in org.pentaho.di.core.database
Subclasses of KettleException in org.pentaho.di.core.database Modifier and Type Class Description class
DataSourceNamingException
This class provides a wrapper around NamingException or other exceptions that may occur when trying to get a data source by name.Methods in org.pentaho.di.core.database that throw KettleException Modifier and Type Method Description Result
Database. execStatementsFromFile(String filename, boolean sendSinglestatement)
Execute an SQL statement inside a file on the database connection (has to be open) -
Uses of KettleException in org.pentaho.di.core.encryption
Methods in org.pentaho.di.core.encryption that throw KettleException Modifier and Type Method Description static void
Encr. init(String encoderPluginId)
static void
Encr. main(String[] args)
Create an encrypted password -
Uses of KettleException in org.pentaho.di.core.exception
Subclasses of KettleException in org.pentaho.di.core.exception Modifier and Type Class Description class
IdNotFoundException
class
JobStoppedException
This exception is used when handling stopped jobs during blocking operations.class
KettleAuthException
This exception is used by implementations of the Repository API to designate an authentication error.class
KettleConfigException
class
KettleConversionException
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
KettleFileNotFoundException
Exception thrown when a files does not existsclass
KettleJobException
This exception is used when handling Jobs.class
KettleMissingPluginsException
This Exception is throws when an error occurs loading plugins.class
KettleNotUsedException
class
KettleObjectExistsException
class
KettlePluginClassMapException
class
KettlePluginException
This exception is thrown in case there is an error in the Kettle plugin loaderclass
KettlePluginLoaderException
This Exception is throws when an error occurs loading plugins.class
KettlePluginNotFoundException
This exception is thrown in case there is an error in the Kettle plugin loaderclass
KettleRepositoryNotSupportedException
This exception is used when a repository type is not recognizedclass
KettleRowException
This exception is used in row manipulationsclass
KettleSecurityException
This exception is used by the Database class.class
KettleSQLException
This is an exception thrown during parsing of SQL by Kettle.class
KettleStepException
This Exception is used when handling 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.class
LookupReferencesException
-
Uses of KettleException in org.pentaho.di.core.extension
Methods in org.pentaho.di.core.extension that throw KettleException Modifier and Type Method Description static void
ExtensionPointHandler. callExtensionPoint(LogChannelInterface log, String id, Object object)
This method looks up the extension point plugins with the given ID in the plugin registry.void
ExtensionPointInterface. callExtensionPoint(LogChannelInterface log, Object object)
This method is called by the Kettle codevoid
ExtensionPointMap. callExtensionPoint(LogChannelInterface log, String id, Object object)
Call the extension point(s) corresponding to the given id This iteration was isolated here to protect against ConcurrentModificationException using PluginRegistry's lock -
Uses of KettleException in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return KettleException Modifier and Type Method Description KettleException
FileLoggingEventListener. getException()
Methods in org.pentaho.di.core.logging with parameters of type KettleException Modifier and Type Method Description void
FileLoggingEventListener. setException(KettleException exception)
Methods in org.pentaho.di.core.logging that throw KettleException Modifier and Type Method Description void
FileLoggingEventListener. close()
RowMetaAndData
LogTableCoreInterface. getLogRecord(LogStatus status, Object subject, Object parent)
Assemble the log record from the logging subject.void
LogTableCoreInterface. loadFromRepository(RepositoryAttributeInterface attributeInterface)
Loads details of the log table from a repository.void
LogTableCoreInterface. saveToRepository(RepositoryAttributeInterface attributeInterface)
Saves the log table to a repository.Constructors in org.pentaho.di.core.logging that throw KettleException Constructor Description FileLoggingEventListener(String filename, boolean append)
Log all log lines to the specified fileFileLoggingEventListener(String logChannelId, String filename, boolean append)
Log only lines belonging to the specified log channel ID or one of it's children (grandchildren) to the specified file. -
Uses of KettleException in org.pentaho.di.core.parameters
Subclasses of KettleException in org.pentaho.di.core.parameters Modifier and Type Class Description 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.plugins
Methods in org.pentaho.di.core.plugins that throw KettleException Modifier and Type Method Description default Properties
PluginInterface. getPluginProperties()
-
Uses of KettleException in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that throw KettleException Modifier and Type Method Description Object[]
RowMeta. getRow(Node node)
Convert an XML node into binary data using the row metadata supplied.Object[]
RowMetaInterface. getRow(Node node)
Convert an XML node into binary data using the row metadata supplied.Object
ValueMetaInterface. getValue(Node node)
Convert a data XML node to an Object that corresponds to the metadata.Constructors in org.pentaho.di.core.row that throw KettleException Constructor Description RowMeta(Node node)
Create a new row metadata object from XMLValueMeta(Node node)
Deprecated. -
Uses of KettleException in org.pentaho.di.core.row.value
Methods in org.pentaho.di.core.row.value that throw KettleException Modifier and Type Method Description Object
ValueMetaBase. getValue(Node node)
Convert a data XML node to an Object that corresponds to the metadata.Constructors in org.pentaho.di.core.row.value that throw KettleException Constructor Description ValueMetaBase(Node node)
-
Uses of KettleException in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util that throw KettleException Modifier and Type Method Description static void
SocketUtil. connectToHost(String host, int port, int timeout)
Attempts to connect to the specified host, wrapping any exceptions in a KettleExceptionstatic void
EnvUtil. environmentInit()
Adds the kettle properties the the global system properties.static Properties
EnvUtil. readProperties(String fileName)
Returns the properties from the users kettle home directory. -
Uses of KettleException in org.pentaho.di.core.xml
Methods in org.pentaho.di.core.xml that throw KettleException Modifier and Type Method Description String
XMLInterface. getXML()
Describes the Object implementing this interface as XMLstatic boolean
XMLCheck. isXMLFileWellFormed(org.apache.commons.vfs2.FileObject file)
Checks an xml file is well formed.static boolean
XMLCheck. isXMLWellFormed(InputStream is)
Checks an xml string is well formed.static byte[]
XMLHandler. stringToBinary(String string)
Convert a XML encoded binary string back to binary format -
Uses of KettleException in org.pentaho.di.repository
Methods in org.pentaho.di.repository that throw KettleException Modifier and Type Method Description boolean
RepositoryAttributeInterface. getAttributeBoolean(String code)
Get a boolean attribute, if the attribute is not found, return false;long
RepositoryAttributeInterface. getAttributeInteger(String code)
Get an integer attribute.String
RepositoryAttributeInterface. getAttributeString(String code)
Get a string attribute.void
RepositoryAttributeInterface. setAttribute(String code, boolean value)
Set a boolean attributevoid
RepositoryAttributeInterface. setAttribute(String code, long value)
Set an integer attributevoid
RepositoryAttributeInterface. setAttribute(String code, String value)
Set a String attribute -
Uses of KettleException in org.pentaho.di.shared
Methods in org.pentaho.di.shared that throw KettleException Modifier and Type Method Description String
SharedObjectInterface. getXML()
-