Package com.yahoo.prelude.query
Class QueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.yahoo.prelude.query.QueryException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class QueryException extends java.lang.RuntimeException
Deprecated.no methods throw thisRuntime exception to mark errors in query parsing.- Author:
- Steinar Knutsen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryException(java.lang.String message)
Deprecated.QueryException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-