Class 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:
  • Constructor Details

  • Method Details

    • getQuery

      public String getQuery()
    • getLanguage

      public String getLanguage()