Class SearchParseException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, ElasticsearchWrapperException

public class SearchParseException extends SearchException
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • SearchParseException

      public SearchParseException(SearchShardTarget shardTarget, String msg, @Nullable org.elasticsearch.common.xcontent.XContentLocation location)
    • SearchParseException

      public SearchParseException(SearchShardTarget shardTarget, String msg, @Nullable org.elasticsearch.common.xcontent.XContentLocation location, Throwable cause)
    • SearchParseException

      public SearchParseException(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details