org.terrier.querying.parser
Class QueryParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.terrier.querying.parser.QueryParserException
All Implemented Interfaces:
java.io.Serializable

public class QueryParserException
extends java.lang.Exception

Thrown by the Manager when it cannot parse the query

See Also:
Serialized Form

Constructor Summary
QueryParserException(java.lang.String message)
          Constructs an instance of the QueryParserException.
QueryParserException(java.lang.String message, java.lang.Throwable cause)
          Constructs an instance of the QueryParserException.
 
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

QueryParserException

public QueryParserException(java.lang.String message,
                            java.lang.Throwable cause)
Constructs an instance of the QueryParserException.

Parameters:
message -
cause -

QueryParserException

public QueryParserException(java.lang.String message)
Constructs an instance of the QueryParserException.

Parameters:
message -


Terrier 3.5. Copyright © 2004-2011 University of Glasgow