Class MapperParsingException

All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
StrictDynamicMappingException

public class MapperParsingException extends MapperException
See Also:
Serialized Form
  • Constructor Details

    • MapperParsingException

      public MapperParsingException(StreamInput in) throws
      Throws:
    • MapperParsingException

      public MapperParsingException( message)
    • MapperParsingException

      public MapperParsingException( message,  cause)
    • MapperParsingException

      public MapperParsingException( message,  cause, ... args)
  • Method Details