Class QueryParserException

  • All Implemented Interfaces:
    Serializable

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

      • 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 Detail

      • getHttpStatusCode

        public int getHttpStatusCode()