public class FilterParserExceptionImpl extends ExpressionParserException
ExpressionParserException does not know the org.apache.olingo.odata2.core contentCOMMA_OR_CLOSING_PARENTHESIS_EXPECTED_AFTER_POS, COMMA_OR_END_EXPECTED_AT_POS, COMMON_ERROR, ERROR_IN_TOKENIZER, EXPRESSION_EXPECTED_AFTER_POS, EXPRESSION_EXPECTED_AT_POS, INVALID_METHOD_CALL, INVALID_MULTIPLICITY, INVALID_SORT_ORDER, INVALID_TRAILING_TOKEN_DETECTED_AFTER_PARSING, INVALID_TYPES_FOR_BINARY_OPERATOR, LEFT_SIDE_NOT_A_PROPERTY, LEFT_SIDE_NOT_STRUCTURAL_TYPE, METHOD_WRONG_ARG_BETWEEN, METHOD_WRONG_ARG_EXACT, METHOD_WRONG_ARG_X_OR_LESS, METHOD_WRONG_ARG_X_OR_MORE, METHOD_WRONG_INPUT_TYPE, MISSING_CLOSING_PARENTHESIS, PROPERTY_NAME_NOT_FOUND_IN_TYPE, TOKEN_UNDETERMINATED_STRING, TYPE_EXPECTED_ATAMBIGUOUS_XMETHOD, BODY, COMMON, INVALID_HEADER, INVALID_REQUEST, INVALID_SYNTAX, NOTSUPPORTED, PARSEVERSIONERROR, URLTOOSHORT, VERSIONERRORhttpStatuserrorCode, messageReference| Constructor and Description |
|---|
FilterParserExceptionImpl() |
getFilterTree, setFilterTreegetHttpStatuscreateMessageReference, getErrorCode, getMessage, getMessageReferencegetApplicationExceptionCause, getHttpExceptionCause, getMessageExceptionCause, isCausedByApplicationException, isCausedByHttpException, isCausedByMessageExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ExpressionParserException createERROR_IN_TOKENIZER(TokenizerException exceptionTokenizer, String expression)
public static ExpressionParserException createINVALID_TRAILING_TOKEN_DETECTED_AFTER_PARSING(Token token, String expression)
public static ExpressionParserException createEXPRESSION_EXPECTED_AFTER_POS(Token token, String expression)
public static ExpressionParserException createEXPRESSION_EXPECTED_AFTER_POS(int position, String expression)
public static ExpressionParserException createCOMMA_OR_END_EXPECTED_AT_POS(Token token, String expression)
public static ExpressionParserException createEXPRESSION_EXPECTED_AT_POS(Token token, String expression)
public static ExpressionParserException createCOMMA_OR_CLOSING_PARENTHESIS_EXPECTED_AFTER_POS(Token token, String expression)
public static ExpressionParserException createMETHOD_WRONG_ARG_COUNT(MethodExpressionImpl methodExpression, Token token, String expression)
public static ExpressionParserException createMETHOD_WRONG_INPUT_TYPE(MethodExpressionImpl methodExpression, Token token, String expression)
public static ExpressionParserException createLEFT_SIDE_NOT_A_PROPERTY(Token token, String expression) throws ExpressionParserInternalError
ExpressionParserInternalErrorpublic static ExpressionParserException createLEFT_SIDE_NOT_STRUCTURAL_TYPE(EdmType parentType, PropertyExpressionImpl property, Token token, String expression) throws ExpressionParserInternalError
ExpressionParserInternalErrorpublic static ExpressionParserException createPROPERTY_NAME_NOT_FOUND_IN_TYPE(EdmStructuralType parentType, PropertyExpression property, Token token, String expression) throws ExpressionParserInternalError
ExpressionParserInternalErrorpublic static ExpressionParserException createTOKEN_UNDETERMINATED_STRING(int position, String expression)
public static ExpressionParserException createINVALID_TYPES_FOR_BINARY_OPERATOR(BinaryOperator op, EdmType left, EdmType right, Token token, String expression)
public static ExpressionParserException createMISSING_CLOSING_PARENTHESIS(int position, String expression, TokenizerExpectError e)
public static ExpressionParserException createINVALID_SORT_ORDER(Token token, String expression)
public static ExpressionParserException createINVALID_METHOD_CALL(CommonExpression leftNode, Token prevToken, String expression)
public static ExpressionParserException createTYPE_EXPECTED_AT(EdmType expectedType, EdmType actualType, int position, String expression)
Copyright © 2020. All rights reserved.