Uses of Class
org.apache.olingo.odata2.core.uri.expression.TokenizerException
Packages that use TokenizerException
-
Uses of TokenizerException in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return TokenizerExceptionModifier and TypeMethodDescriptionstatic TokenizerExceptionTokenizerException.createTYPEDECTECTION_FAILED_ON_STRING(EdmLiteralException ex, int position, String uriLiteral) static TokenizerExceptionTokenizerException.createUNKNOWN_CHARACTER(int position, String uriLiteral, String expression) Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type TokenizerExceptionModifier and TypeMethodDescriptionstatic ExpressionParserExceptionFilterParserExceptionImpl.createERROR_IN_TOKENIZER(TokenizerException exceptionTokenizer, String expression) Methods in org.apache.olingo.odata2.core.uri.expression that throw TokenizerException