de.nava.informa.search
Class QueryParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.nava.informa.search.QueryParseException
All Implemented Interfaces:
Serializable

public class QueryParseException
extends Exception

An exception thrown in the case a given query cannot be parsed by the underlying full-text engine.

Author:
Niko Schmuck (niko@nava.de)
See Also:
Serialized Form

Constructor Summary
QueryParseException()
           
QueryParseException(String message)
           
QueryParseException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryParseException

public QueryParseException()

QueryParseException

public QueryParseException(String message)

QueryParseException

public QueryParseException(Throwable cause)


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.