public QueryTranslationException(message as String = ""):
Creates this framework exception.
| Parameter | Description |
|---|---|
message | Human-readable failure description. |
error = QueryTranslationException("Unsupported ordering value")
assert error.message == "Unsupported ordering value"