Uses of Class
org.pentaho.di.core.exception.KettleException
Packages that use 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
Methods in org.pentaho.di.connections that throw KettleExceptionModifier 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
Methods in org.pentaho.di.connections.vfs that throw KettleExceptionModifier and TypeMethodDescriptionprotected voidDefaultVFSConnectionFileNameTransformer.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 voidDefaultVFSConnectionFileNameTransformer.appendProviderUriDomain(StringBuilder providerUriBuilder, T details) protected voidDefaultVFSConnectionFileNameTransformer.appendProviderUriRestPath(StringBuilder providerUriBuilder, String restPath, T details) Appends the rest of the path to the provider URI string builder of a given connection.protected voidDefaultVFSConnectionFileNameTransformer.appendProviderUriRootPath(StringBuilder providerUriBuilder, T details) protected voidDefaultVFSConnectionFileNameTransformer.appendProviderUriSchemePrefix(StringBuilder providerUriBuilder, T details) protected ConnectionFileNameDefaultVFSConnectionFileNameTransformer.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 StringDefaultVFSConnectionFileNameTransformer.normalizeConnectionRootProviderUriPrefix(String providerUriPrefix, T details) Normalizes the connection root provider URI prefix.protected StringVFSConnectionManagerHelper.normalizeRootPath(String rootPath) protected StringDefaultVFSConnectionFileNameTransformer.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.FileNameDefaultVFSConnectionFileNameTransformer.toProviderFileName(ConnectionFileName pvfsFileName, T details) org.apache.commons.vfs2.FileNameVFSConnectionFileNameTransformer.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.booleanVFSConnectionManagerHelper.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
Methods in org.pentaho.di.core that throw KettleExceptionModifier and TypeMethodDescriptionstatic ClassLoaderConst.createNewClassLoader()static voidKettleClientEnvironment.init()static voidKettleClientEnvironment.init(List<PluginTypeInterface> pluginsToLoad) static voidJndiUtil.initJNDI()Constructors in org.pentaho.di.core that throw KettleException -
Uses of KettleException in org.pentaho.di.core.database
Subclasses of KettleException in org.pentaho.di.core.databaseModifier and TypeClassDescriptionclassThis 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 KettleExceptionModifier 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
Methods in org.pentaho.di.core.encryption that throw KettleException -
Uses of KettleException in org.pentaho.di.core.exception
Subclasses of KettleException in org.pentaho.di.core.exceptionModifier and TypeClassDescriptionclassclassThis exception is used when handling stopped jobs during blocking operations.classThis exception is used by implementations of the Repository API to designate an authentication error.classclassclassThis exception is used by the Database class.classThis exception is used by the Database class.classThis exception is used by the Database class.classThis is an exception thrown by file handling (I/O)classThis is an exception thrown by file handling (I/O) when an End Of File marker has been reached.classException thrown when a files does not existsclassThis exception is used when handling Jobs.classThis Exception is throws when an error occurs loading plugins.classclassclassclassThis exception is thrown in case there is an error in the Kettle plugin loaderclassThis Exception is throws when an error occurs loading plugins.classThis exception is thrown in case there is an error in the Kettle plugin loaderclassThis exception is used when a repository type is not recognizedclassThis exception is used in row manipulationsclassThis exception is used by the Database class.classThis is an exception thrown during parsing of SQL by Kettle.classThis Exception is used when handling steps.classThis exception is used in transformations.classThis exception is used in value calculations.classThis exception is throws when and error is found in an XML snippet.class -
Uses of KettleException in org.pentaho.di.core.extension
Methods in org.pentaho.di.core.extension that throw KettleExceptionModifier and TypeMethodDescriptionstatic voidExtensionPointHandler.callExtensionPoint(LogChannelInterface log, String id, Object object) This method looks up the extension point plugins with the given ID in the plugin registry.voidExtensionPointInterface.callExtensionPoint(LogChannelInterface log, Object object) This method is called by the Kettle codevoidExtensionPointMap.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 KettleExceptionMethods in org.pentaho.di.core.logging with parameters of type KettleExceptionModifier and TypeMethodDescriptionvoidFileLoggingEventListener.setException(KettleException exception) Methods in org.pentaho.di.core.logging that throw KettleExceptionModifier and TypeMethodDescriptionvoidFileLoggingEventListener.close()LogTableCoreInterface.getLogRecord(LogStatus status, Object subject, Object parent) Assemble the log record from the logging subject.voidLogTableCoreInterface.loadFromRepository(RepositoryAttributeInterface attributeInterface) Loads details of the log table from a repository.voidLogTableCoreInterface.saveToRepository(RepositoryAttributeInterface attributeInterface) Saves the log table to a repository.Constructors in org.pentaho.di.core.logging that throw KettleExceptionModifierConstructorDescriptionFileLoggingEventListener(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.parametersModifier and TypeClassDescriptionclassThis is a PDI Exception for the named parameters.classThis is a PDI Exception for the named parameters.classThis 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 -
Uses of KettleException in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that throw KettleExceptionModifier and TypeMethodDescriptionObject[]Convert an XML node into binary data using the row metadata supplied.Object[]Convert an XML node into binary data using the row metadata supplied.Convert a data XML node to an Object that corresponds to the metadata.Constructors in org.pentaho.di.core.row that throw KettleException -
Uses of KettleException in org.pentaho.di.core.row.value
Methods in org.pentaho.di.core.row.value that throw KettleExceptionModifier and TypeMethodDescriptionConvert a data XML node to an Object that corresponds to the metadata.Constructors in org.pentaho.di.core.row.value that throw KettleException -
Uses of KettleException in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util that throw KettleExceptionModifier and TypeMethodDescriptionstatic voidSocketUtil.connectToHost(String host, int port, int timeout) Attempts to connect to the specified host, wrapping any exceptions in a KettleExceptionstatic voidEnvUtil.environmentInit()Adds the kettle properties the the global system properties.static PropertiesEnvUtil.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 KettleExceptionModifier and TypeMethodDescriptionXMLInterface.getXML()Describes the Object implementing this interface as XMLstatic final booleanXMLCheck.isXMLFileWellFormed(org.apache.commons.vfs2.FileObject file) Checks an xml file is well formed.static booleanXMLCheck.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 KettleExceptionModifier and TypeMethodDescriptionbooleanRepositoryAttributeInterface.getAttributeBoolean(String code) Get a boolean attribute, if the attribute is not found, return false;longRepositoryAttributeInterface.getAttributeInteger(String code) Get an integer attribute.RepositoryAttributeInterface.getAttributeString(String code) Get a string attribute.voidRepositoryAttributeInterface.setAttribute(String code, boolean value) Set a boolean attributevoidRepositoryAttributeInterface.setAttribute(String code, long value) Set an integer attributevoidRepositoryAttributeInterface.setAttribute(String code, String value) Set a String attribute