scriptella.execution
Class EtlExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
EtlExecutorException
public EtlExecutorException(java.lang.Throwable cause)
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.