Package org.alfresco.repo.search
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 Summary
ConstructorsConstructorDescriptionQueryParserException(String msgId) QueryParserException(String msgId, int httpStatusCode) Constructor for exception that allows setting an HTTP status code.QueryParserException(String msgId, Object[] msgParams) QueryParserException(String msgId, Object[] msgParams, Throwable cause) QueryParserException(String msgId, Throwable cause) -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryParserException
- Parameters:
msgId-
-
QueryParserException
- Parameters:
msgId-msgParams-
-
QueryParserException
- Parameters:
msgId-cause-
-
QueryParserException
- Parameters:
msgId-msgParams-cause-
-
QueryParserException
Constructor for exception that allows setting an HTTP status code.- Parameters:
msgId- Message for the exceptionhttpStatusCode- Status code to return for exception
-
-
Method Details
-
getHttpStatusCode
public int getHttpStatusCode()
-