Class ElasticsearchParseException

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

public class ElasticsearchParseException extends ElasticsearchException
Unchecked exception that is translated into a 400 BAD REQUEST error when it bubbles out over HTTP.
See Also: