Package org.terrier.querying.parser
Class QueryParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.terrier.querying.parser.QueryParserException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryParserException extends java.lang.RuntimeException
Thrown by the Manager when it cannot parse the query- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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.
-
-
-
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
-
-
-