Package com.randomnoun.common.jexl
Class EvalFallbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.randomnoun.common.jexl.EvalFallbackException
- All Implemented Interfaces:
Serializable
An SqlFunction can throw this to indicate that it should be evaluated into an SQL literal,
rather than being translated into an SQL expression.
- Author:
- knoxg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvalFallbackException
public EvalFallbackException()
-