Class NamedObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.elasticsearch.common.xcontent.XContentParseException
-
- org.elasticsearch.common.xcontent.NamedObjectNotFoundException
-
- All Implemented Interfaces:
Serializable
public class NamedObjectNotFoundException extends XContentParseException
Thrown whenNamedXContentRegistrycannot locate a named object to parse for a particular name- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedObjectNotFoundException(String message)NamedObjectNotFoundException(XContentLocation location, String message)
-
Method Summary
-
Methods inherited from class org.elasticsearch.common.xcontent.XContentParseException
getColumnNumber, getLineNumber, getLocation, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NamedObjectNotFoundException
public NamedObjectNotFoundException(String message)
-
NamedObjectNotFoundException
public NamedObjectNotFoundException(XContentLocation location, String message)
-
-