public class SearchParseException extends SearchContextException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN_POSITION |
REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULTEMPTY_PARAMS| Constructor and Description |
|---|
SearchParseException(SearchContext context,
java.lang.String msg,
XContentLocation location) |
SearchParseException(SearchContext context,
java.lang.String msg,
XContentLocation location,
java.lang.Throwable cause) |
SearchParseException(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 |
metadataToXContent(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.
|
shardaddHeader, addHeader, addMetadata, addMetadata, failureFromXContent, fromXContent, generateFailureXContent, generateThrowableXContent, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getHeaders, getId, getIndex, getMetadata, getMetadata, getMetadataKeys, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, readException, readStackTrace, setIndex, setIndex, setResources, setShard, toString, toXContent, unwrapCause, writeStackTracesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCauseisFragmentpublic static final int UNKNOWN_POSITION
public SearchParseException(SearchContext context, java.lang.String msg, @Nullable XContentLocation location)
public SearchParseException(SearchContext context, java.lang.String msg, @Nullable XContentLocation location, java.lang.Throwable cause)
public SearchParseException(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
WriteablewriteTo in interface WriteablewriteTo in class SearchExceptionjava.io.IOExceptionpublic RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchExceptionprotected void metadataToXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
ElasticsearchExceptionmetadataToXContent in class ElasticsearchExceptionjava.io.IOExceptionpublic int getLineNumber()
public int getColumnNumber()