Class EvalFallbackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.randomnoun.common.jexl.EvalFallbackException
All Implemented Interfaces:
Serializable

public class EvalFallbackException extends Exception
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: