Uses of Class
org.apache.olingo.server.core.uri.parser.UriParserException
Packages that use UriParserException
Package
Description
-
Uses of UriParserException in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core with parameters of type UriParserExceptionModifier and TypeMethodDescriptionstatic ODataServerErrorODataExceptionHelper.createServerErrorObject(UriParserException e, Locale requestedLocale) -
Uses of UriParserException in org.apache.olingo.server.core.uri.parser
Subclasses of UriParserException in org.apache.olingo.server.core.uri.parserModifier and TypeClassDescriptionclassException thrown during URI parsing in cases where an URI part is invalid according to the Entity Data Model.classException thrown during URI parsing in cases where the URI violates the URI construction rules.Methods in org.apache.olingo.server.core.uri.parser that throw UriParserExceptionModifier and TypeMethodDescriptionprotected voidExpressionParser.checkIntegerType(Expression expression) protected voidExpressionParser.checkNumericType(Expression expression) protected static List<UriParameter>ParserHelper.compoundKey(UriTokenizer tokenizer, EdmEntityType edmEntityType, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases, String protocolType) protected static UriParameterParserHelper.createUriParameter(EdmProperty edmProperty, String parameterName, String literalValue, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) protected static EdmTypeExpressionParser.getType(Expression expression) ApplyParser.parse(UriTokenizer tokenizer, EdmStructuredType referencedType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) ExpandParser.parse(UriTokenizer tokenizer, EdmStructuredType referencedType) ExpressionParser.parse(UriTokenizer tokenizer, EdmType referringType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) ExpressionParser.parse(UriTokenizer tokenizer, EdmType referringType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases, boolean allowCollections) FilterParser.parse(UriTokenizer tokenizer, EdmType referencedType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) OrderByParser.parse(UriTokenizer tokenizer, EdmStructuredType referencedType, Collection<String> crossjoinEntitySetNames, Map<String, AliasQueryOption> aliases) SelectParser.parse(UriTokenizer tokenizer, EdmStructuredType referencedType, boolean referencedIsCollection) ApplyParser.parseAggregateMethodCallExpr(UriTokenizer tokenizer, EdmStructuredType referringType) protected static AliasQueryOptionParserHelper.parseAliasValue(String name, EdmType type, boolean isNullable, boolean isCollection, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) ResourcePathParser.parseCrossjoinSegment(String pathSegment) ResourcePathParser.parseDollarEntityTypeCast(String pathSegment) protected static UriInfoImplExpandParser.parseExpandPath(UriTokenizer tokenizer, Edm edm, EdmStructuredType referencedType, ExpandItemImpl item) protected static List<UriParameter>ParserHelper.parseFunctionParameters(UriTokenizer tokenizer, Edm edm, EdmType referringType, boolean withComplex, boolean allowCollections, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseFunctionParameters(UriTokenizer tokenizer, Edm edm, EdmType referringType, boolean withComplex, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseKeyPredicate(UriTokenizer tokenizer, EdmEntityType edmEntityType, EdmNavigationProperty partner, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) protected static List<UriParameter>ParserHelper.parseNavigationKeyPredicate(UriTokenizer tokenizer, EdmNavigationProperty navigationProperty, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases, String protocolType) protected static intParserHelper.parseNonNegativeInteger(String optionName, String optionValue, boolean zeroAllowed) ResourcePathParser.parsePathSegment(String pathSegment, UriResource previous) protected static EdmStructuredTypeParserHelper.parseTypeCast(UriTokenizer tokenizer, Edm edm, EdmStructuredType referencedType) protected static voidParserHelper.requireNext(UriTokenizer tokenizer, UriTokenizer.TokenKind required) protected static voidParserHelper.requireTokenEnd(UriTokenizer tokenizer) protected static voidParserHelper.validateFunctionParameterFacets(EdmFunction function, List<UriParameter> parameters, Edm edm, Map<String, AliasQueryOption> aliases) protected static voidParserHelper.validateFunctionParameters(EdmFunction function, List<UriParameter> parameters, Edm edm, EdmType referringType) protected static voidParserHelper.validateFunctionParameters(EdmFunction function, List<UriParameter> parameters, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases) -
Uses of UriParserException in org.apache.olingo.server.core.uri.parser.search
Subclasses of UriParserException in org.apache.olingo.server.core.uri.parser.search