Uses of Class
scriptella.spi.ProviderException
Packages that use ProviderException
Package
Description
CSV Driver for Scriptella.
Janino Driver for Scriptella.
JEXL Driver for Scriptella.
JNDI Datasource Driver for Scriptella.
LDAP Driver for Scriptella.
E-Mail Driver for Scriptella.
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
Driver for running Scriptella ETL files.
Shell scripts driver.
Spring Framework Integration Driver for Scriptella.
Text Driver for Scriptella.
Velocity Adapter for Scriptella.
XPath Driver for Scriptella.
Facade classes for xml scripts execution.
Scriptella JDBC Bridge.
Service Provider Interface classes.
-
Uses of ProviderException in scriptella.driver.csv
Subclasses of ProviderException in scriptella.driver.csvModifier and TypeClassDescriptionclassThrown to indicate a problem with CSV file processing.Methods in scriptella.driver.csv that throw ProviderExceptionModifier and TypeMethodDescriptionvoidCsvConnection.close()voidCsvConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) voidCsvConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ProviderException in scriptella.driver.janino
Subclasses of ProviderException in scriptella.driver.janinoModifier and TypeClassDescriptionclassThrown to indicate Janino failure.Methods in scriptella.driver.janino that return ProviderExceptionMethods in scriptella.driver.janino that throw ProviderExceptionModifier and TypeMethodDescriptionvoidJaninoConnection.close()Closes the connection and releases all related resources.voidJaninoConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) Executes a query specified by its content.voidJaninoConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ProviderException in scriptella.driver.jexl
Subclasses of ProviderException in scriptella.driver.jexlModifier and TypeClassDescriptionclassThrown to indicate a problem with JEXL script.Methods in scriptella.driver.jexl that throw ProviderExceptionModifier and TypeMethodDescriptionvoidJexlConnection.close()Closes the connection and releases all related resources.voidJexlConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) voidJexlConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ProviderException in scriptella.driver.jndi
Subclasses of ProviderException in scriptella.driver.jndiModifier and TypeClassDescriptionclassThrown to indicate JNDI provider failure. -
Uses of ProviderException in scriptella.driver.ldap
Subclasses of ProviderException in scriptella.driver.ldapModifier and TypeClassDescriptionclassThrown by LDAP Provider to indicate a failure.Methods in scriptella.driver.ldap that return ProviderExceptionMethods in scriptella.driver.ldap that throw ProviderExceptionModifier and TypeMethodDescriptionvoidLdapConnection.close()voidLdapConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) voidLdapConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ProviderException in scriptella.driver.ldap.ldif
Subclasses of ProviderException in scriptella.driver.ldap.ldif -
Uses of ProviderException in scriptella.driver.mail
Subclasses of ProviderException in scriptella.driver.mailModifier and TypeClassDescriptionclassThrown to indicate a problem with EMail producing/sending.Methods in scriptella.driver.mail that throw ProviderExceptionModifier and TypeMethodDescriptionvoidMailConnection.close()voidMailConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) voidMailConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ProviderException in scriptella.driver.script
Subclasses of ProviderException in scriptella.driver.scriptModifier and TypeClassDescriptionclassThrown to indicate an error in scripting engine.Methods in scriptella.driver.script that throw ProviderExceptionModifier and TypeMethodDescriptionvoidScriptConnection.close()Closes the connection and releases all related resources. -
Uses of ProviderException in scriptella.driver.scriptella
Subclasses of ProviderException in scriptella.driver.scriptellaModifier and TypeClassDescriptionclassThrown to indicate Spring provider failure.Methods in scriptella.driver.scriptella that throw ProviderExceptionModifier and TypeMethodDescriptionvoidScriptellaConnection.close()voidScriptellaConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) voidScriptellaConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ProviderException in scriptella.driver.shell
Subclasses of ProviderException in scriptella.driver.shellModifier and TypeClassDescriptionclassThrown to indicate a problem with shell script execution.Methods in scriptella.driver.shell that throw ProviderExceptionModifier and TypeMethodDescriptionvoidShellConnection.close()voidShellConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) voidShellConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ProviderException in scriptella.driver.spring
Subclasses of ProviderException in scriptella.driver.springModifier and TypeClassDescriptionclassThrown to indicate Spring provider failure. -
Uses of ProviderException in scriptella.driver.text
Subclasses of ProviderException in scriptella.driver.textModifier and TypeClassDescriptionclassThrown to indicate a problem with Text file processing.Methods in scriptella.driver.text that throw ProviderExceptionModifier and TypeMethodDescriptionvoidTextConnection.close()voidTextConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) voidTextConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ProviderException in scriptella.driver.velocity
Subclasses of ProviderException in scriptella.driver.velocityModifier and TypeClassDescriptionclassThrown by Velocity Provider to indicate velocity failure.Methods in scriptella.driver.velocity that throw ProviderExceptionModifier and TypeMethodDescriptionvoidVelocityConnection.close()Closes the connection and releases all related resources.voidVelocityConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) Executes a query specified by its content.voidVelocityConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) Executes a script specified by its content. -
Uses of ProviderException in scriptella.driver.xpath
Subclasses of ProviderException in scriptella.driver.xpathModifier and TypeClassDescriptionclassThrown to indicate a problem with XML file querying.Methods in scriptella.driver.xpath that throw ProviderExceptionModifier and TypeMethodDescriptionvoidXPathConnection.close()voidXPathConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) voidXPathConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ProviderException in scriptella.execution
Methods in scriptella.execution that return ProviderException -
Uses of ProviderException in scriptella.jdbc
Subclasses of ProviderException in scriptella.jdbcModifier and TypeClassDescriptionclassUnchecked wrapper for SQL exceptions or other SQL related errors.Methods in scriptella.jdbc that throw ProviderException -
Uses of ProviderException in scriptella.spi
Methods in scriptella.spi that return ProviderExceptionModifier and TypeMethodDescriptionProviderException.addErrorCode(String errorCode) Adds error code to this exception.protected ProviderExceptionProviderException.setErrorStatement(String errStmt) Sets problem statement which caused this exception/Methods in scriptella.spi that throw ProviderExceptionModifier and TypeMethodDescriptionvoidConnection.close()Closes the connection and releases all related resources.voidAbstractConnection.commit()voidConnection.commit()Commits a current transaction (if any).voidConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) Executes a query specified by its content.voidConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) Executes a script specified by its content.Connection.getDialectIdentifier()This method returns a language dialect identifier for this connection.voidAbstractConnection.rollback()voidConnection.rollback()Rolls back a current transaction (if any).