public class QueryParsingException extends ElasticsearchException
Constructor and Description |
---|
QueryParsingException(String message,
Integer line,
Integer column,
String index) |
QueryParsingException(String message,
Integer line,
Integer column,
String index,
List<String> errorDetails) |
Modifier and Type | Method and Description |
---|---|
Optional<Integer> |
getColumn() |
Optional<String> |
getIndex() |
Optional<Integer> |
getLine() |
getErrorDetails, getMessage, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.