Class TokenizerException

All Implemented Interfaces:
Serializable

public class TokenizerException extends ODataMessageException
This exception is thrown if there is an error during tokenizing.
This exception in not in the public API, but may be added as cause for the ExpressionParserException exception.
See Also:
  • Field Details

    • TYPEDECTECTION_FAILED_ON_STRING

      public static final MessageReference TYPEDECTECTION_FAILED_ON_STRING
    • UNKNOWN_CHARACTER

      public static final MessageReference UNKNOWN_CHARACTER
  • Constructor Details

  • Method Details