org.terrier.querying.parser
Class QueryParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.terrier.querying.parser.QueryParserException
- All Implemented Interfaces:
- Serializable
public class QueryParserException
- extends Exception
Thrown by the Manager when it cannot parse the query
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryParserException
public QueryParserException(String message,
Throwable cause)
- Constructs an instance of the QueryParserException.
- Parameters:
message
- cause
-
QueryParserException
public QueryParserException(String message)
- Constructs an instance of the QueryParserException.
- Parameters:
message
-
Terrier 3.6. Copyright © 2004-2011 University of Glasgow