Class SearchParseException

All Implemented Interfaces:
Serializable, Writeable, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentFragment, OpenSearchWrapperException

public class SearchParseException extends SearchException
Main error thrown if there is a problem during parsing a query
See Also:
Opensearch.internal:
  • Field Details

  • Constructor Details

    • SearchParseException

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

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

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