Interface TDigestParser.ParsingExceptionProvider

Enclosing class:
TDigestParser
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TDigestParser.ParsingExceptionProvider
Interface for throwing a parsing exception, needed for visibility
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(org.elasticsearch.xcontent.XContentParser parser, org.elasticsearch.xcontent.XContentParser.Token expected, org.elasticsearch.xcontent.XContentParser.Token actual)
     
  • Method Details

    • apply

      RuntimeException apply(org.elasticsearch.xcontent.XContentParser parser, org.elasticsearch.xcontent.XContentParser.Token expected, org.elasticsearch.xcontent.XContentParser.Token actual) throws IOException
      Throws:
      IOException