Class QueryParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.search.QueryParserException
All Implemented Interfaces:
Serializable

public class QueryParserException extends org.alfresco.error.AlfrescoRuntimeException
Author:
Andy
See Also:
  • Constructor Details

    • QueryParserException

      public QueryParserException(String msgId)
      Parameters:
      msgId -
    • QueryParserException

      public QueryParserException(String msgId, Object[] msgParams)
      Parameters:
      msgId -
      msgParams -
    • QueryParserException

      public QueryParserException(String msgId, Throwable cause)
      Parameters:
      msgId -
      cause -
    • QueryParserException

      public QueryParserException(String msgId, Object[] msgParams, Throwable cause)
      Parameters:
      msgId -
      msgParams -
      cause -
    • QueryParserException

      public QueryParserException(String msgId, int httpStatusCode)
      Constructor for exception that allows setting an HTTP status code.
      Parameters:
      msgId - Message for the exception
      httpStatusCode - Status code to return for exception
  • Method Details

    • getHttpStatusCode

      public int getHttpStatusCode()