public class ParsingException extends ElasticsearchException
QueryParseContext.
Can contain information about location of the error.ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| 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_DEFAULTEMPTY_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) |
addHeader, addHeader, causeToXContent, contains, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, isRegistered, readException, readStackTrace, renderHeader, renderThrowable, setIndex, setIndex, setResources, setShard, setShard, toString, toXContent, toXContent, unwrapCause, writeStackTracesprotected 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.IOExceptionpublic int getLineNumber()
public int getColumnNumber()
public RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchExceptionprotected void innerToXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
ElasticsearchExceptioninnerToXContent in class ElasticsearchExceptionjava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
writeTo in class ElasticsearchExceptionjava.io.IOException