Class ElasticsearchParseException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, 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: