Class CannotReverseTransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.randomnoun.common.jexl.sql.CannotReverseTransformationException
- All Implemented Interfaces:
Serializable
The TransformedSqlColumn.reverseTransformLiteral() method can throw a CannotReverseLiteralException to indicate that
it cannot reverse a transformation on the supplied literal.
- Author:
- knoxg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotReverseTransformationException
public CannotReverseTransformationException()
-