Package 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
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:
-
Constructor Summary
ConstructorDescriptionQuerySyntaxException
(String message, String query, String language) QuerySyntaxException
(String message, String query, String language, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuerySyntaxException
-
QuerySyntaxException
-
-
Method Details
-
getQuery
-
getLanguage
-