public class ParsingException extends ElasticsearchException
QueryParseContext
.
Can contain information about location of the error.ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<R>
Modifier and Type | Field and Description |
---|---|
protected static int |
UNKNOWN_POSITION |
REST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT
EMPTY_PARAMS
Constructor and Description |
---|
ParsingException(int line,
int col,
java.lang.String msg,
java.lang.Throwable cause)
This constructor is provided for use in unit tests where a
QueryParseContext may not be available |
ParsingException(StreamInput in) |
ParsingException(XContentLocation contentLocation,
java.lang.String msg,
java.lang.Object... args) |
ParsingException(XContentLocation contentLocation,
java.lang.String msg,
java.lang.Throwable cause,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber()
Column number of the location of the error
|
int |
getLineNumber()
Line number of the location of the error
|
protected void |
innerToXContent(XContentBuilder builder,
ToXContent.Params params)
Renders additional per exception information into the xcontent
|
RestStatus |
status()
Returns the rest status code associated with this exception.
|
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
addHeader, addHeader, causeToXContent, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, isRegistered, readException, readStackTrace, renderException, renderHeader, setIndex, setIndex, setResources, setShard, setShard, toString, toXContent, toXContent, unwrapCause, writeStackTraces
protected static final int UNKNOWN_POSITION
public ParsingException(XContentLocation contentLocation, java.lang.String msg, java.lang.Object... args)
public ParsingException(XContentLocation contentLocation, java.lang.String msg, java.lang.Throwable cause, java.lang.Object... args)
public ParsingException(int line, int col, java.lang.String msg, java.lang.Throwable cause)
QueryParseContext
may not be availablepublic ParsingException(StreamInput in) throws java.io.IOException
java.io.IOException
public int getLineNumber()
public int getColumnNumber()
public RestStatus status()
ElasticsearchException
status
in class ElasticsearchException
protected void innerToXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
ElasticsearchException
innerToXContent
in class ElasticsearchException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
writeTo
in interface Writeable
writeTo
in class ElasticsearchException
java.io.IOException