Uses of Class
org.pentaho.di.core.exception.KettleException
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
This package contains a set of Exceptions used in Kettle.
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
-
Uses of KettleException in org.pentaho.di.connections
Modifier and TypeMethodDescription<T extends ConnectionDetails>
TConnectionManager.getExistingDetails
(String name) Gets the details of a connection, given its name, casting it to the type parameter, and throwing if it does not exist.<T extends ConnectionDetails>
booleanConnectionManager.test
(T details) Tests if a connection is valid, given its details, with default testing options.boolean
-
Uses of KettleException in org.pentaho.di.connections.vfs
Modifier and TypeMethodDescriptionprotected void
DefaultVFSConnectionFileNameTransformer.appendProviderUriConnectionRoot
(StringBuilder providerUriBuilder, T details) Appends to the provider URI builder the root of the connection, which includes the scheme, the domain and the root path.protected void
DefaultVFSConnectionFileNameTransformer.appendProviderUriDomain
(StringBuilder providerUriBuilder, T details) protected void
DefaultVFSConnectionFileNameTransformer.appendProviderUriRestPath
(StringBuilder providerUriBuilder, String restPath, T details) Appends the rest of the path to the provider URI string builder of a given connection.protected void
DefaultVFSConnectionFileNameTransformer.appendProviderUriRootPath
(StringBuilder providerUriBuilder, T details) protected void
DefaultVFSConnectionFileNameTransformer.appendProviderUriSchemePrefix
(StringBuilder providerUriBuilder, T details) protected ConnectionFileName
DefaultVFSConnectionFileNameTransformer.buildPvfsFileName
(T details, String nonNormalizedRestPath, org.apache.commons.vfs2.FileType fileType) Builds a PVFS file name for a connection given the URI path and the file type.<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getExistingProvider
(ConnectionManager manager, String key) Gets a VFS connection provider, given its key, and throwing an exception if one is not defined.<T extends VFSConnectionDetails>
VFSConnectionProvider<T>VFSConnectionManagerHelper.getExistingProvider
(ConnectionManager manager, T details) Gets a VFS provider, given the details of the VFS connection, and throwing an exception if one is not defined.VFSConnectionManagerHelper.getResolvedRootPath
(VFSConnectionDetails details) Gets the resolved root path of a given connection.protected String
DefaultVFSConnectionFileNameTransformer.normalizeConnectionRootProviderUriPrefix
(String providerUriPrefix, T details) Normalizes the connection root provider URI prefix.protected String
VFSConnectionManagerHelper.normalizeRootPath
(String rootPath) protected String
DefaultVFSConnectionFileNameTransformer.normalizeUri
(String nonNormalizedUri) Normalizes a URI by parsing it into a file name and then obtaining its URI string.protected <F extends org.apache.commons.vfs2.FileName>
FParses a given PVFS or Provider URI string, which may not be in canonical form (w.r.t., for example, to separators, percent-encoding).<T extends VFSConnectionDetails>
booleanVFSConnectionManagerHelper.test
(ConnectionManager manager, T details, VFSConnectionTestOptions options) Tests if a VFS connection is valid, given its details, optionally, with certain testing options.org.apache.commons.vfs2.FileName
DefaultVFSConnectionFileNameTransformer.toProviderFileName
(ConnectionFileName pvfsFileName, T details) org.apache.commons.vfs2.FileName
VFSConnectionFileNameTransformer.toProviderFileName
(ConnectionFileName pvfsFileName, T details) Transforms a PVFS file name to a provider file name.DefaultVFSConnectionFileNameTransformer.toPvfsFileName
(org.apache.commons.vfs2.FileName providerFileName, T details) VFSConnectionFileNameTransformer.toPvfsFileName
(org.apache.commons.vfs2.FileName providerFileName, T details) Transforms a provider file name to a PVFS file name.boolean
VFSConnectionManagerHelper.usesBuckets
(VFSConnectionDetails details) Indicates if a VFS connection, given its details, uses buckets in its current configuration. -
Uses of KettleException in org.pentaho.di.core
Modifier and TypeMethodDescriptionstatic ClassLoader
Const.createNewClassLoader()
static void
KettleClientEnvironment.init()
static void
KettleClientEnvironment.init
(List<PluginTypeInterface> pluginsToLoad) static void
JndiUtil.initJNDI()
-
Uses of KettleException in org.pentaho.di.core.database
Modifier and TypeClassDescriptionclass
This class provides a wrapper around NamingException or other exceptions that may occur when trying to get a data source by name.Modifier and TypeMethodDescriptionDatabase.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
-
Uses of KettleException in org.pentaho.di.core.exception
Modifier and TypeClassDescriptionclass
class
This exception is used when handling stopped jobs during blocking operations.class
This exception is used by implementations of the Repository API to designate an authentication error.class
class
class
This exception is used by the Database class.class
This exception is used by the Database class.class
This exception is used by the Database class.class
This is an exception thrown by file handling (I/O)class
This is an exception thrown by file handling (I/O) when an End Of File marker has been reached.class
Exception thrown when a files does not existsclass
This exception is used when handling Jobs.class
This Exception is throws when an error occurs loading plugins.class
class
class
class
This exception is thrown in case there is an error in the Kettle plugin loaderclass
This Exception is throws when an error occurs loading plugins.class
This exception is thrown in case there is an error in the Kettle plugin loaderclass
This exception is used when a repository type is not recognizedclass
This exception is used in row manipulationsclass
This exception is used by the Database class.class
This is an exception thrown during parsing of SQL by Kettle.class
This Exception is used when handling steps.class
This exception is used in transformations.class
This exception is used in value calculations.class
This exception is throws when and error is found in an XML snippet.class
-
Uses of KettleException in org.pentaho.di.core.extension
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionvoid
FileLoggingEventListener.setException
(KettleException exception) Modifier and TypeMethodDescriptionvoid
FileLoggingEventListener.close()
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.ModifierConstructorDescriptionFileLoggingEventListener
(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
Modifier and TypeClassDescriptionclass
This is a PDI Exception for the named parameters.class
This is a PDI Exception for the named parameters.class
This is a PDI Exception for the named parameters. -
Uses of KettleException in org.pentaho.di.core.plugins
-
Uses of KettleException in org.pentaho.di.core.row
-
Uses of KettleException in org.pentaho.di.core.row.value
Modifier and TypeMethodDescriptionConvert a data XML node to an Object that corresponds to the metadata. -
Uses of KettleException in org.pentaho.di.core.util
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionXMLInterface.getXML()
Describes the Object implementing this interface as XMLstatic final 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
Modifier and TypeMethodDescriptionboolean
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.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