Uses of Class
scriptella.core.SystemException

Packages that use SystemException
scriptella.configuration Classes and interfaces to parse script files. 
scriptella.core Core classes for scripts execution. 
scriptella.execution Facade classes for xml scripts execution. 
scriptella.expression Classes for working with expressions and properties substitution. 
scriptella.jdbc Scriptella JDBC Bridge. 
scriptella.spi Service Provider Interface classes. 
 

Uses of SystemException in scriptella.configuration
 

Subclasses of SystemException in scriptella.configuration
 class ConfigurationException
          Thrown if configuration error is found.
 class RequiredAttributeException
          TODO: Add documentation
 

Uses of SystemException in scriptella.core
 

Subclasses of SystemException in scriptella.core
 class EtlCancelledException
          Thrown to indicate ETL interruption.
static class ExceptionInterceptor.ExecutionException
           
 class RuntimeIOException
          Runtime wrapper for IO exceptions propagation.
 

Uses of SystemException in scriptella.execution
 

Methods in scriptella.execution that throw SystemException
 void EtlExecutor.run()
          A runnable adapter for EtlExecutor.execute() method.
 

Uses of SystemException in scriptella.expression
 

Subclasses of SystemException in scriptella.expression
static class Expression.EvaluationException
           
static class Expression.ParseException
           
 

Uses of SystemException in scriptella.jdbc
 

Subclasses of SystemException in scriptella.jdbc
 class JdbcException
          Unchecked wrapper for SQL exceptions or other SQL related errors.
 

Uses of SystemException in scriptella.spi
 

Subclasses of SystemException in scriptella.spi
 class ProviderException
          Thrown by connection provider to indicate any kind of failure.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.