Class NdJsonParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.exc.StreamReadException
com.fasterxml.jackson.core.JsonParseException
org.elasticsearch.xpack.esql.datasource.ndjson.NdJsonParseException
- All Implemented Interfaces:
Serializable
public class NdJsonParseException
extends com.fasterxml.jackson.core.JsonParseException
- See Also:
-
Field Summary
Fields inherited from class com.fasterxml.jackson.core.exc.StreamReadException
_processor, _requestPayloadFields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fasterxml.jackson.core.JsonParseException
getMessage, getProcessor, getRequestPayload, getRequestPayloadAsString, withParser, withRequestPayloadMethods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessageSuffix, getOriginalMessage, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NdJsonParseException
-