public class SearchParseException extends SearchContextException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| 修飾子とタイプ | フィールドと説明 |
|---|---|
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| コンストラクタと説明 |
|---|
SearchParseException(SearchContext context,
String msg,
XContentLocation location) |
SearchParseException(SearchContext context,
String msg,
XContentLocation location,
Throwable cause) |
SearchParseException(StreamInput in) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
shardaddHeader, 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, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCausepublic static final int UNKNOWN_POSITION
public SearchParseException(SearchContext context, String msg, @Nullable XContentLocation location)
public SearchParseException(SearchContext context, String msg, @Nullable XContentLocation location, Throwable cause)
public SearchParseException(StreamInput in) throws IOException
IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo クラス内 SearchExceptionIOExceptionpublic RestStatus status()
ElasticsearchExceptionstatus クラス内 ElasticsearchExceptionprotected void innerToXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
ElasticsearchExceptioninnerToXContent クラス内 ElasticsearchExceptionIOExceptionpublic int getLineNumber()
public int getColumnNumber()
Copyright © 2009–2016. All rights reserved.