class EntityFieldQueryException

Exception thrown by EntityFieldQuery() on unsupported query syntax.

Some storage modules might not support the full range of the syntax for conditions, and will raise an EntityFieldQueryException when an unsupported condition was specified.

Hierarchy

Expanded class hierarchy of EntityFieldQueryException

Archivo

drupal-7.x/includes/entity.inc, line 390

View source
class EntityFieldQueryException extends Exception {
}

Members