Class EtlExecutorException

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

public class EtlExecutorException extends Exception
Thrown on script execution failure
Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • EtlExecutorException

      public EtlExecutorException(Throwable cause)
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getLastProvider

      public ProviderException getLastProvider()
    • getLastExpression

      public Throwable getLastExpression()
    • getLastElementLocation

      public Location getLastElementLocation()
    • isCancelled

      public boolean isCancelled()