public class QueryParsingException extends ElasticsearchException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsREST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULTEMPTY_PARAMS| Constructor and Description |
|---|
QueryParsingException(Index index,
int line,
int col,
String msg,
Throwable cause)
This constructor is provided for use in unit tests where a
QueryParseContext may not be available |
QueryParsingException(QueryParseContext parseContext,
String msg,
Object... args) |
QueryParsingException(QueryParseContext parseContext,
String msg,
Throwable cause,
Object... args) |
QueryParsingException(StreamInput in) |
| 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, toString, toXContent, toXContent, unwrapCause, writeStackTracesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic QueryParsingException(QueryParseContext parseContext, String msg, Object... args)
public QueryParsingException(QueryParseContext parseContext, String msg, Throwable cause, Object... args)
public QueryParsingException(Index index, int line, int col, String msg, Throwable cause)
QueryParseContext may not be availablepublic QueryParsingException(StreamInput in) throws IOException
IOExceptionpublic int getLineNumber()
public int getColumnNumber()
public RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchExceptionprotected void innerToXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
ElasticsearchExceptioninnerToXContent in class ElasticsearchExceptionIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in class ElasticsearchExceptionIOExceptionCopyright © 2009–2017. All rights reserved.