Package com.exedio.cope
Class UnsupportedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.exedio.cope.UnsupportedQueryException
- All Implemented Interfaces:
Serializable
Signals, that an attempt to use a
Query
failed,
because some part of the query is not supported by the current database.
This exception will be thrown by
Query.search()
, Query.total()
,
SchemaInfo.search(Query)
, and SchemaInfo.total(Query)
.- Author:
- Ralf Wiebicke
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString