scriptella.driver.jexl
Class JexlProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
scriptella.core.SystemException
scriptella.spi.ProviderException
scriptella.driver.jexl.JexlProviderException
- All Implemented Interfaces:
- java.io.Serializable
public class JexlProviderException
- extends scriptella.spi.ProviderException
Thrown to indicate a problem with JEXL script.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
- See Also:
- Serialized Form
| Methods inherited from class scriptella.spi.ProviderException |
addErrorCode, getErrorCodes, getErrorStatement, getNativeException, setErrorStatement, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JexlProviderException
public JexlProviderException()
JexlProviderException
public JexlProviderException(java.lang.String message)
JexlProviderException
public JexlProviderException(java.lang.String message,
java.lang.Throwable cause)
JexlProviderException
public JexlProviderException(java.lang.Throwable cause)
getProviderName
public java.lang.String getProviderName()
- Specified by:
getProviderName in class scriptella.spi.ProviderException
Copyright © Copyright 2006-2009 The Scriptella Project Team.