Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.query
Class UnsupportedQueryTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.core.query.QueryException
              extended by org.nuxeo.ecm.core.query.UnsupportedQueryTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedQueryTypeException
extends QueryException

If the query factory instantiating a specific implementation of the Query interface does not support a given Query Type than a UnsupportedQueryTypeException should be thrown.

Author:
DM
See Also:
Serialized Form

Constructor Summary
UnsupportedQueryTypeException(Query.Type qtype)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedQueryTypeException

public UnsupportedQueryTypeException(Query.Type qtype)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.