Package org.xwiki.query
Class QueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.query.QueryException
-
- All Implemented Interfaces:
Serializable
public class QueryException extends Exception
Encapsulate a error while processing or executing a query.- Since:
- 1.6M1
- Version:
- $Id: 881506b566e4876705144bdd3cec5ef7ba4c0b17 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryException(String message, Query query, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-