de.nava.informa.search
Class QueryParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryParseException
public QueryParseException()
QueryParseException
public QueryParseException(String message)
QueryParseException
public QueryParseException(Throwable cause)
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.