org.apache.sling.api.resource
Class QuerySyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.api.SlingException
org.apache.sling.api.resource.QuerySyntaxException
- All Implemented Interfaces:
- Serializable
public class QuerySyntaxException
- extends SlingException
The QuerySyntaxException
is thrown by the
ResourceResolver.findResources(String, String)
and
ResourceResolver.queryResources(String, String)
methods if the query
syntax is wrong or the requested query language is not available.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QuerySyntaxException
public QuerySyntaxException(String message,
String query,
String language)
QuerySyntaxException
public QuerySyntaxException(String message,
String query,
String language,
Throwable cause)
getQuery
public String getQuery()
getLanguage
public String getLanguage()
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.