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:
java.io.Serializable

public class UnsupportedQueryException
extends java.lang.Exception

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

Since:
0.0.4
Version:
$Revision: 1715 $ $Date: 2010-10-27 21:21:28 +0200 (mer., 27 oct. 2010) $
Author:
$Author: tchemit $
See Also:
Serialized Form

Field Summary
protected  java.lang.String query
          Query that throw the exception.
 
Constructor Summary
UnsupportedQueryException(org.apache.lucene.search.Query query)
           
UnsupportedQueryException(java.lang.String query, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.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
 

Field Detail

query

protected java.lang.String query
Query that throw the exception.

Constructor Detail

UnsupportedQueryException

public UnsupportedQueryException(java.lang.String query,
                                 java.lang.Throwable cause)

UnsupportedQueryException

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

getQuery

public java.lang.String getQuery()


Copyright © 2009-2010 JurisMarches. All Rights Reserved.