Class UnsupportedAttribute
- java.lang.Object
-
- com.floragunn.searchsupport.jobs.config.validation.ValidationError
-
- com.floragunn.searchsupport.jobs.config.validation.UnsupportedAttribute
-
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class UnsupportedAttribute extends ValidationError
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAttribute(String attribute, Object value, com.fasterxml.jackson.databind.JsonNode jsonNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)-
Methods inherited from class com.floragunn.searchsupport.jobs.config.validation.ValidationError
cause, getAttribute, getCause, getMessage, message, setAttribute, toString
-
-
-
-
Method Detail
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Overrides:
toXContentin classValidationError- Throws:
IOException
-
-