scriptella.execution
Class EtlExecutorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by scriptella.execution.EtlExecutorException
All Implemented Interfaces:
java.io.Serializable

public class EtlExecutorException
extends java.lang.Exception

Thrown on script execution failure

Version:
1.0
Author:
Fyodor Kupolov
See Also:
Serialized Form

Constructor Summary
EtlExecutorException(java.lang.Throwable cause)
           
 
Method Summary
 Location getLastElementLocation()
           
 java.lang.Throwable getLastExpression()
           
 ProviderException getLastProvider()
           
 java.lang.String getMessage()
           
 boolean isCancelled()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EtlExecutorException

public EtlExecutorException(java.lang.Throwable cause)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getLastProvider

public ProviderException getLastProvider()

getLastExpression

public java.lang.Throwable getLastExpression()

getLastElementLocation

public Location getLastElementLocation()

isCancelled

public boolean isCancelled()


Copyright © Copyright 2006-2009 The Scriptella Project Team.