Uses of Class
scriptella.core.SystemException
Packages that use SystemException
Package
Description
Classes and interfaces to parse script files.
Core classes for scripts execution.
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.
Classes for working with expressions and properties substitution.
Scriptella JDBC Bridge.
Service Provider Interface classes.
-
Uses of SystemException in scriptella.configuration
Subclasses of SystemException in scriptella.configurationModifier and TypeClassDescriptionclassThrown if configuration error is found.classTODO: Add documentation -
Uses of SystemException in scriptella.core
Subclasses of SystemException in scriptella.coreModifier and TypeClassDescriptionclassThrown to indicate ETL interruption.static classclassRuntime wrapper for IO exceptions propagation. -
Uses of SystemException in scriptella.driver.csv
Subclasses of SystemException in scriptella.driver.csvModifier and TypeClassDescriptionclassThrown to indicate a problem with CSV file processing. -
Uses of SystemException in scriptella.driver.janino
Subclasses of SystemException in scriptella.driver.janinoModifier and TypeClassDescriptionclassThrown to indicate Janino failure. -
Uses of SystemException in scriptella.driver.jexl
Subclasses of SystemException in scriptella.driver.jexlModifier and TypeClassDescriptionclassThrown to indicate a problem with JEXL script. -
Uses of SystemException in scriptella.driver.jndi
Subclasses of SystemException in scriptella.driver.jndiModifier and TypeClassDescriptionclassThrown to indicate JNDI provider failure. -
Uses of SystemException in scriptella.driver.ldap
Subclasses of SystemException in scriptella.driver.ldapModifier and TypeClassDescriptionclassThrown by LDAP Provider to indicate a failure. -
Uses of SystemException in scriptella.driver.ldap.ldif
Subclasses of SystemException in scriptella.driver.ldap.ldif -
Uses of SystemException in scriptella.driver.mail
Subclasses of SystemException in scriptella.driver.mailModifier and TypeClassDescriptionclassThrown to indicate a problem with EMail producing/sending. -
Uses of SystemException in scriptella.driver.script
Subclasses of SystemException in scriptella.driver.scriptModifier and TypeClassDescriptionclassThrown to indicate an error in scripting engine. -
Uses of SystemException in scriptella.driver.scriptella
Subclasses of SystemException in scriptella.driver.scriptellaModifier and TypeClassDescriptionclassThrown to indicate Spring provider failure. -
Uses of SystemException in scriptella.driver.shell
Subclasses of SystemException in scriptella.driver.shellModifier and TypeClassDescriptionclassThrown to indicate a problem with shell script execution. -
Uses of SystemException in scriptella.driver.spring
Subclasses of SystemException in scriptella.driver.springModifier and TypeClassDescriptionclassThrown to indicate Spring provider failure. -
Uses of SystemException in scriptella.driver.text
Subclasses of SystemException in scriptella.driver.textModifier and TypeClassDescriptionclassThrown to indicate a problem with Text file processing. -
Uses of SystemException in scriptella.driver.velocity
Subclasses of SystemException in scriptella.driver.velocityModifier and TypeClassDescriptionclassThrown by Velocity Provider to indicate velocity failure. -
Uses of SystemException in scriptella.driver.xpath
Subclasses of SystemException in scriptella.driver.xpathModifier and TypeClassDescriptionclassThrown to indicate a problem with XML file querying. -
Uses of SystemException in scriptella.execution
Methods in scriptella.execution that throw SystemExceptionModifier and TypeMethodDescriptionvoidEtlExecutor.run()A runnable adapter forEtlExecutor.execute()method. -
Uses of SystemException in scriptella.expression
Subclasses of SystemException in scriptella.expressionModifier and TypeClassDescriptionstatic classstatic class -
Uses of SystemException in scriptella.jdbc
Subclasses of SystemException in scriptella.jdbcModifier and TypeClassDescriptionclassUnchecked wrapper for SQL exceptions or other SQL related errors. -
Uses of SystemException in scriptella.spi
Subclasses of SystemException in scriptella.spiModifier and TypeClassDescriptionclassThrown by connection provider to indicate any kind of failure.