android-components / mozilla.components.lib.jexl / JexlException

JexlException

class JexlException : Exception (source)

Generic exception thrown when evaluating an expression failed.

Constructors

<init>

JexlException(cause: Exception? = null, message: String? = null)

Generic exception thrown when evaluating an expression failed.