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 TConnectionProvider. prepare(T connectionDetails)<T extends ConnectionDetails>
booleanConnectionManager. test(T connectionDetails)Run a test operation on the named connectionbooleanConnectionProvider. 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 TBaseVFSConnectionProvider. 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 ClassLoaderConst. createNewClassLoader()static voidKettleClientEnvironment. init()static voidKettleClientEnvironment. init(List<PluginTypeInterface> pluginsToLoad)static voidJndiUtil. 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 classDataSourceNamingExceptionThis 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 ResultDatabase. 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 voidEncr. init(String encoderPluginId)static voidEncr. 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 classIdNotFoundExceptionclassJobStoppedExceptionThis exception is used when handling stopped jobs during blocking operations.classKettleAuthExceptionThis exception is used by implementations of the Repository API to designate an authentication error.classKettleConfigExceptionclassKettleConversionExceptionclassKettleDatabaseBatchExceptionThis exception is used by the Database class.classKettleDatabaseExceptionThis exception is used by the Database class.classKettleDependencyExceptionThis exception is used by the Database class.classKettleEOFExceptionThis is an exception thrown by file handling (I/O)classKettleFileExceptionThis is an exception thrown by file handling (I/O) when an End Of File marker has been reached.classKettleFileNotFoundExceptionException thrown when a files does not existsclassKettleJobExceptionThis exception is used when handling Jobs.classKettleMissingPluginsExceptionThis Exception is throws when an error occurs loading plugins.classKettleNotUsedExceptionclassKettleObjectExistsExceptionclassKettlePluginClassMapExceptionclassKettlePluginExceptionThis exception is thrown in case there is an error in the Kettle plugin loaderclassKettlePluginLoaderExceptionThis Exception is throws when an error occurs loading plugins.classKettlePluginNotFoundExceptionThis exception is thrown in case there is an error in the Kettle plugin loaderclassKettleRepositoryNotSupportedExceptionThis exception is used when a repository type is not recognizedclassKettleRowExceptionThis exception is used in row manipulationsclassKettleSecurityExceptionThis exception is used by the Database class.classKettleSQLExceptionThis is an exception thrown during parsing of SQL by Kettle.classKettleStepExceptionThis Exception is used when handling steps.classKettleTransExceptionThis exception is used in transformations.classKettleValueExceptionThis exception is used in value calculations.classKettleXMLExceptionThis exception is throws when and error is found in an XML snippet.classLookupReferencesException -
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 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 KettleException Modifier and Type Method Description KettleExceptionFileLoggingEventListener. getException()Methods in org.pentaho.di.core.logging with parameters of type KettleException Modifier and Type Method Description voidFileLoggingEventListener. setException(KettleException exception)Methods in org.pentaho.di.core.logging that throw KettleException Modifier and Type Method Description voidFileLoggingEventListener. close()RowMetaAndDataLogTableCoreInterface. 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 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 classDuplicateParamExceptionThis is a PDI Exception for the named parameters.classNamedParamsExceptionThis is a PDI Exception for the named parameters.classUnknownParamExceptionThis 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 PropertiesPluginInterface. 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.ObjectValueMetaInterface. 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 ObjectValueMetaBase. 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 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 KettleException Modifier and Type Method Description StringXMLInterface. getXML()Describes the Object implementing this interface as XMLstatic 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 KettleException Modifier and Type Method Description booleanRepositoryAttributeInterface. getAttributeBoolean(String code)Get a boolean attribute, if the attribute is not found, return false;longRepositoryAttributeInterface. getAttributeInteger(String code)Get an integer attribute.StringRepositoryAttributeInterface. 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 -
Uses of KettleException in org.pentaho.di.shared
Methods in org.pentaho.di.shared that throw KettleException Modifier and Type Method Description StringSharedObjectInterface. getXML()
-