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
public final class UnsupportedQueryException extends IllegalArgumentException
Signals, that an attempt to use aQuery
failed, because some part of the query is not supported by the current database. This exception will be thrown byQuery.search()
,Query.total()
,SchemaInfo.search(Query)
, andSchemaInfo.total(Query)
.- Author:
- Ralf Wiebicke
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-