Class ParsingException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment

public class ParsingException extends ElasticsearchException
Exception that can be used when parsing queries with a given XContentParser. Can contain information about location of the error.
See Also: