java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.elasticsearch.xcontent.XContentParseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NamedObjectNotFoundException,- XContentEOFException
Thrown when one of the XContent parsers cannot parse something.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionXContentParseException(String message) XContentParseException(XContentLocation location, String message) XContentParseException(XContentLocation location, String message, Exception cause) 
- 
Method SummaryModifier and TypeMethodDescriptionintintMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
XContentParseException
- 
XContentParseException
- 
XContentParseException
 
- 
- 
Method Details- 
getLineNumberpublic int getLineNumber()
- 
getColumnNumberpublic int getColumnNumber()
- 
getLocation
- 
getMessage- Overrides:
- getMessagein class- Throwable
 
 
-