klyn.data.QueryTranslationException.QueryTranslationException
constructor
public QueryTranslationException(message as String = ""):
Description

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = QueryTranslationException("Unsupported ordering value")
assert error.message == "Unsupported ordering value"