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 Summary
ConstructorsConstructorDescriptionXContentParseException(String message) XContentParseException(XContentLocation location, String message) XContentParseException(XContentLocation location, String message, Exception cause)  - 
Method Summary
Modifier and TypeMethodDescriptionintintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
XContentParseException
 - 
XContentParseException
 - 
XContentParseException
 
 - 
 - 
Method Details
- 
getLineNumber
public int getLineNumber() - 
getColumnNumber
public int getColumnNumber() - 
getLocation
 - 
getMessage
- Overrides:
 getMessagein classThrowable
 
 -