org.chorem.vradi.services.search
Class UnsupportedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.chorem.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: 21 $ $Date: 2011-05-09 18:43:58 +0200 (lun., 09 mai 2011) $
- Author:
- $Author: sletellier $
- See Also:
- Serialized Form
|
Field Summary |
protected String |
query
Query that throw the exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
query
protected String query
- Query that throw the exception.
UnsupportedQueryException
public UnsupportedQueryException(String query,
Throwable cause)
UnsupportedQueryException
public UnsupportedQueryException(org.apache.lucene.search.Query query)
getQuery
public String getQuery()
Copyright © 2009-2011 CodeLutin. All Rights Reserved.