com.jurismarches.vradi.services.search
Class UnsupportedQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jurismarches.vradi.services.search.UnsupportedQueryException
All Implemented Interfaces:
Serializable

public class UnsupportedQueryException
extends Exception

UnsupportedQueryException indicates that a Query is not supported by the LuceneQueryParser.

Since:
0.0.4
Version:
$Revision: 473 $ $Date: 2010-02-06 00:31:12 +0100 (sam., 06 févr. 2010) $
Author:
$Author: schorlet $
See Also:
Serialized Form

Constructor Summary
UnsupportedQueryException(org.apache.lucene.search.Query query)
           
UnsupportedQueryException(String query, Throwable cause)
           
 
Method Summary
 String getQuery()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedQueryException

public UnsupportedQueryException(String query,
                                 Throwable cause)

UnsupportedQueryException

public UnsupportedQueryException(org.apache.lucene.search.Query query)
Method Detail

getQuery

public String getQuery()


Copyright © 2009-2010 JurisMarches. All Rights Reserved.